Event-CRUD-Flask-python3-API/config.py

2 lines
No EOL
65 B
Python

class Config:
SQLALCHEMY_DATABASE_URI = 'sqlite:///events.db'