fix base import

This commit is contained in:
justcool393 2023-02-25 13:05:49 -06:00 committed by Ben Rog-Wilhelm
parent 9b94e524bb
commit 82e4982261
2 changed files with 3 additions and 2 deletions

View file

@ -92,4 +92,5 @@ from files.helpers.security import *
# Then the specific stuff we don't want stomped on
from files.helpers.lazy import lazy
from files.__main__ import Base, app, cache
from files.classes.base import Base
from files.__main__ import app, cache