mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 11:29:38 +08:00
10 lines
140 B
Python
10 lines
140 B
Python
#!/usr/bin/env python3
|
|
# coding: utf-8
|
|
|
|
# YYeTsBot - __init__.py
|
|
# 2023-03-17 18:57
|
|
|
|
from common.utils import setup_logger
|
|
|
|
setup_logger()
|