Files
FascioSchoolBot/app/bot/__init__.py
2025-09-25 13:22:14 +03:00

3 lines
41 B
Python

from .bot import main
__all__ = ["main"]