python_bot_v2/handlers/__init__.py

6 lines
155 B
Python
Raw Normal View History

2023-02-06 21:54:41 +10:00
from handlers import davinci
2022-12-05 17:22:23 +10:00
from handlers import pipisa
from handlers import time_new_year
from handlers import sendalarm
2023-02-06 21:54:41 +10:00
from handlers import start_help