Files
mlflow--mlflow/tests/pyfunc/custom_model/mod1/__init__.py
T
2026-07-13 13:22:34 +08:00

4 lines
47 B
Python

from . import mod2 # noqa
__all__ = ["mod2"]