Add install requires and Molly

This commit is contained in:
2019-09-10 01:43:20 +00:00
parent b669615f12
commit 52ed901270
2 changed files with 8 additions and 0 deletions

6
bwb/molly.py Normal file
View File

@@ -0,0 +1,6 @@
from .common import common
class user(common):
TELEGRAM_ID = 556762656
bwb = user()