app/liteyukibot/__init__.py
2025-04-28 15:03:56 +08:00

3 lines
48 B
Python

from .daemon import Daemon
__all__ = ["Daemon"]