7 lines
90 B
Python
7 lines
90 B
Python
from .common import common
|
|
|
|
class user(common):
|
|
TELEGRAM_ID = 172033414
|
|
|
|
bwb = user()
|