fix missing import

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-03 02:52:59 +02:00
parent 09d1e4d887
commit bfdb7a87d7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from files.classes.hats import *
from files.helpers.alerts import *
from files.helpers.wrappers import *
from files.helpers.const import *
from files.helpers.actions import *
from flask import g
@app.get("/hats")