2 lines
65 B
Python
2 lines
65 B
Python
|
class Config:
|
||
|
SQLALCHEMY_DATABASE_URI = 'sqlite:///events.db'
|