Files
SoftGroup/softgroup/model/__init__.py
2022-04-08 11:10:38 +00:00

4 lines
58 B
Python

from .softgroup import SoftGroup
__all__ = ['SoftGroup']