Separate import classes into files

This commit is contained in:
Mouse Reeve
2021-11-12 15:50:33 -08:00
parent be26e8363a
commit 9bff27e61f
4 changed files with 109 additions and 91 deletions

View File

@ -44,7 +44,9 @@ from .shelf.shelf_actions import create_shelf, delete_shelf
from .shelf.shelf_actions import shelve, unshelve
# csv import
from .imports.import_data import Import, ImportStatus, ImportTroubleshoot
from .imports.import_data import Import
from .imports.import_status import ImportStatus
from .imports.troubelshoot import ImportTroubleshoot
# misc views
from .author import Author, EditAuthor