gsar78's picture
Update custom_model_package/__init__.py
1d7a81c verified
raw
history blame contribute delete
94 Bytes
from .custom_model import CustomConfig, CustomModel
__all__ = ["CustomConfig", "CustomModel"]