forked from MarseyWorld/MarseyWorld
fix missing import
parent
09d1e4d887
commit
bfdb7a87d7
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue