Initial commit

This commit is contained in:
2026-01-30 13:17:42 +02:00
commit 580d27028b
19 changed files with 335 additions and 0 deletions

3
uv_app/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from uv_app import logging_config, settings
__all__ = ["logging_config", "settings"]