12 lines
313 B
Python
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",
|
|
]
|