moved class Refimg to person, and ditched all other routes/direct access to ref images, they are only a part of Person in UI now

This commit is contained in:
2021-07-05 16:51:44 +10:00
parent aabf4b2c8f
commit 2e06c0b285
6 changed files with 12 additions and 133 deletions

View File

@@ -55,7 +55,6 @@ login_manager.login_view = "login" # default login route, failed wit
from settings import Settings
from files import Entry, GetJM_Message, ClearJM_Message
from person import Person
from refimg import Refimg
from job import Job, GetNumActiveJobs
from ai import aistats
from path import StoragePathNames