Files
computer/libs/python/agent/benchmarks/models/__init__.py
2025-07-29 20:48:44 -04:00

5 lines
102 B
Python

from .base import ModelProtocol
from .gta1 import GTA1Model
__all__ = ["ModelProtocol", "GTA1Model"]