add missing import

pull/83/head
Aevann 2022-12-26 05:14:02 +02:00
parent 0886c39674
commit bc453f8057
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from files.helpers.alerts import *
from files.helpers.config.const import *
from files.helpers.regex import *
from files.helpers.sanitize import sanitize
from files.helpers.alerts import push_notif
from files.routes.wrappers import *
from files.__main__ import app, cache, limiter