mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-27 04:29:18 +00:00
6 lines
117 B
Python
6 lines
117 B
Python
"""All Data Models used by hyperglass."""
|
|
|
|
# Local
|
|
from .main import HyperglassModel
|
|
|
|
__all__ = ("HyperglassModel",)
|