8 lines
161 B
Python
8 lines
161 B
Python
"""Compatibility re-export for BoxController."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from core.box_controller import BoxController
|
|
|
|
__all__ = ["BoxController"]
|