DazedTL/util/tl_inspector/__init__.py
2026-06-12 12:33:31 -05:00

5 lines
280 B
Python

"""TL Inspector install helpers for RPG Maker MV/MZ (Idea: Sakura · Plugin: Kao_SSS)."""
from util.tl_inspector.installer import bundled_plugin_path, detect_engine, install, status, uninstall
__all__ = ["bundled_plugin_path", "detect_engine", "install", "status", "uninstall"]