DazedTL/util/forge/__init__.py
2026-06-13 15:46:51 -05:00

12 lines
297 B
Python

"""Forge — in-game cheat & editor overlay for RPG Maker MZ."""
from util.forge.installer import apply_config, bundled_plugin_path, detect_mz, install, status, uninstall
__all__ = [
"apply_config",
"bundled_plugin_path",
"detect_mz",
"install",
"status",
"uninstall",
]