mirror of
https://github.com/alterware/aw-bot.git
synced 2025-12-11 12:07:50 +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 !
|