1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
royalnet/keipack/utils/__init__.py

5 lines
No EOL
58 B
Python

from .emotion import Emotion
__all__ = [
"Emotion",
]