1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-30 15:04:18 +00:00
royalnet/royalpack/utils/__init__.py

5 lines
56 B
Python

from .mmtask import MMTask
__all__ = [
"MMTask",
]