deepdog/deepdog/cli/probs/__init__.py

6 lines
80 B
Python

from deepdog.cli.probs.main import wrapped_main
__all__ = [
"wrapped_main",
]