finish for init core

This commit is contained in:
2024-05-09 16:01:32 +00:00
parent ab1e864478
commit bc8815f40e
42 changed files with 520 additions and 214 deletions

View File

@ -0,0 +1,6 @@
from fuware.core.config import get_app_settings
class BaseService:
def __init__(self) -> None:
self.setting = get_app_settings()