Working device manager, added folders for better organization.

This commit is contained in:
ferdzo
2025-10-30 14:26:08 +01:00
parent 12d3720421
commit 7446e9b4ac
21 changed files with 342 additions and 47 deletions

View File

@@ -19,3 +19,8 @@ dependencies = [
dev = [
"ruff>=0.14.2",
]
[tool.uv.workspace]
members = [
"db_migrations",
]