chore: assets - reorganize resource directories

This commit is contained in:
tukuaiai
2026-04-28 18:36:31 +08:00
parent 315f875384
commit 3e7a11b6cb
534 changed files with 338 additions and 816 deletions
@@ -0,0 +1,13 @@
[mypy]
python_version = 3.10
warn_return_any = False
warn_unused_configs = True
disallow_untyped_defs = False
check_untyped_defs = True
ignore_missing_imports = True
no_implicit_optional = True
show_error_codes = True
# Gradual typing - be lenient for now
disallow_incomplete_defs = False
disallow_untyped_calls = False