update init files
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
__help__ = "This package contains the logic of the application."
|
__help__ = "This package contains the logic of the application."
|
||||||
from .database import Database
|
from .database import Database
|
||||||
|
from .catalogue import Catalogue
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
from .database import LOANS, MEDIA, USERS
|
from .database import LOANS, MEDIA, USERS
|
||||||
from .user import User
|
from .user import User
|
||||||
|
from .book import Book
|
||||||
Reference in New Issue
Block a user