Files
Strix-clone/strix/interface/__init__.py
T
2026-07-02 12:31:49 -04:00

5 lines
44 B
Python

from .main import main
__all__ = ["main"]