You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YellWOWPages/classes/constraints.py

9 lines
207 B

from starlette.templating import Jinja2Templates
class Constraints:
templates = Jinja2Templates(directory='frontend/templates')
client_id = ''
client_secret = ''
uri = 'sqlite:///users.db'