5 lines
67 B
Python
5 lines
67 B
Python
import os
|
|
|
|
token = os.environ['TG_TOKEN']
|
|
dbPath = 'database.json'
|