import datetime class Config: SECRET_KEY = 'super secret key' SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'