mirror of
https://github.com/alterware/aw-bot.git
synced 2025-12-13 04:57:51 +00:00
8 lines
91 B
Python
8 lines
91 B
Python
import os
|
|
|
|
MONGO_URI = os.getenv("MONGO_URI")
|
|
|
|
# load global variables
|
|
|
|
# There are none !
|