init files changes

This commit is contained in:
WorldTeacher
2024-07-10 11:35:40 +02:00
parent 27a478ce93
commit e2f1d65c86
4 changed files with 6 additions and 2 deletions

2
src/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
import omegaconf
config = omegaconf.OmegaConf.load("config/settings.yaml")

View File

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

View File

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

View File

@@ -1 +1 @@
from .sources # from .sources