Initial income_calculator project

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-23 16:49:24 +03:00
commit 31dc287c3d
44 changed files with 1935 additions and 0 deletions

3
backend/db/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .database import init_db, get_connection
__all__ = ["init_db", "get_connection"]