mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 19:10:30 -06:00
5 lines
102 B
Python
5 lines
102 B
Python
from .base import ModelProtocol
|
|
from .gta1 import GTA1Model
|
|
|
|
__all__ = ["ModelProtocol", "GTA1Model"]
|