finish for init core
This commit is contained in:
6
fuware/services/_base_service/__init__.py
Normal file
6
fuware/services/_base_service/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
from fuware.core.config import get_app_settings
|
||||
|
||||
|
||||
class BaseService:
|
||||
def __init__(self) -> None:
|
||||
self.setting = get_app_settings()
|
Reference in New Issue
Block a user