Refactor config, logging, and startup structure
Introduced pkg modules for environment config, logging, and startup initialization. Replaced direct config and logging setup in main.py with modularized functions. Updated database and migration modules to use environment variables and improved DEBUG handling. Removed tool.py and migrated password utilities to pkg. Cleaned up legacy comments and unused code in models and routes.
This commit is contained in:
1
pkg/__init__.py
Normal file
1
pkg/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .password import Password
|
||||
Reference in New Issue
Block a user