update init files

This commit is contained in:
WorldTeacher
2024-07-15 12:37:25 +02:00
parent 2c24540b9c
commit 70337d1a40
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
__help__ = "This package contains the logic of the application."
from .database import Database
from .catalogue import Catalogue

View File

@@ -1,2 +1,3 @@
from .database import LOANS, MEDIA, USERS
from .user import User
from .book import Book