medico-bot / src /config.py
pasupuletkarthiksai's picture
Update src/config.py
693d37c verified
raw
history blame
70 Bytes
import os
DB_PATH = os.getenv("database", "users.db")
api_key = None