Initial media depth project backup

This commit is contained in:
Codex
2026-05-20 12:25:12 +08:00
commit 4a0aebb2bd
358 changed files with 182095 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[flake8]
max-line-length = 120
ignore = E203,E501,W503
per-file-ignores =
__init__.py:F401
exclude =
venv