1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-25 14:15:04 +00:00
royalnet/keipack/utils/__init__.py

5 lines
58 B
Python
Raw Normal View History

2019-11-30 00:45:41 +01:00
from .emotion import Emotion
__all__ = [
"Emotion",
]