Archived
feat: initialize FastAPI project structure with job posting routes and models
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from .logger import logger
|
||||
from .settings import settings
|
||||
|
||||
__all__ = ["logger", "settings"]
|
||||
Reference in New Issue
Block a user