Files
klangkiste/box/core/controller.py
T
2026-01-12 15:25:34 +00:00

8 lines
161 B
Python

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