tgadmin/bot/__init__.py

6 lines
123 B
Python
Raw Permalink Normal View History

2024-07-25 15:19:15 +03:00
__title__ = "bot"
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
from . import *
ENCODING = "utf-8-sig"