File size: 82 Bytes
9c243c1 |
1 2 3 4 5 |
# __init__.py
from .modeling_custom import CustomModel
__all__ = ["CustomModel"]
|
9c243c1 |
1 2 3 4 5 |
# __init__.py
from .modeling_custom import CustomModel
__all__ = ["CustomModel"]
|