crudkit/muck/config.py

3 lines
No EOL
81 B
Python

class Config:
DB_URI = "sqlite:///muck.db"
DB_TRACK_MODIFICATIONS = False