init files changes
This commit is contained in:
2
src/__init__.py
Normal file
2
src/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
import omegaconf
|
||||
config = omegaconf.OmegaConf.load("config/settings.yaml")
|
||||
@@ -1 +1,2 @@
|
||||
__help__ = "This package contains the logic of the application."
|
||||
from .database import Database
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
from database import LOANS, MEDIA, USERS
|
||||
from .database import LOANS, MEDIA, USERS
|
||||
from .user import User
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .sources
|
||||
# from .sources
|
||||
|
||||
Reference in New Issue
Block a user