app/liteyukibot/__init__.py

7 lines
96 B
Python

from .daemon import Daemon
from .log import logger
__all__ = [
"Daemon",
"logger"
]