- config.py, controller.py, model.py, mainloop.py, utils.py での型注釈の追加 - CODING_RULES.md と api.md のドキュメントを更新 - 不要なコードの削除とリファクタリング
6 lines
160 B
Python
6 lines
160 B
Python
"""models.overlay package init for static analysis."""
|
|
|
|
from . import overlay_utils # re-export helper for ease-of-use in tooling
|
|
|
|
__all__ = ["overlay_utils"]
|