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.

9 lines
264 B

from starlette.templating import Jinja2Templates
class Constraints:
templates = Jinja2Templates(directory='frontend/templates')
client_id = 'yellwowpagestesting11'
client_secret = '8284d868-f5a1-48f4-a287-8bdb18a7d3a1'
uri = 'sqlite:///users.db'