DazedTL/util/forge/__init__.py
2026-06-13 16:06:12 -05:00

12 lines
313 B
Python

"""Forge — in-game cheat & editor overlay for RPG Maker MZ (plugin by len)."""
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",
]