Files
klangkiste/box2/core/controller.py
T
2026-01-13 19:44:02 +00:00

8 lines
161 B
Python

"""Compatibility re-export for BoxController."""
from __future__ import annotations
from core.box_controller import BoxController
__all__ = ["BoxController"]