473c3a0
1
2
3
4
5
from .model import StaticModel from .version import __version__ __all__ = ["StaticModel", "__version__"]