1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/keipack/utils/__init__.py

5 lines
58 B
Python
Raw Normal View History

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