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

@ -17,7 +17,7 @@ from .mod_logs import *
from .mod import *
from .exiles import *
from .sub_block import *
from files.__main__ import app, Base, cache
from files.__main__ import app, cache
from files.helpers.security import *
from files.helpers.assetcache import assetcache_path
from files.helpers.contentsorting import apply_time_filter, sort_objects