ts4-workspace/My Script Mods/Example Mod/compile.py
2025-10-12 13:29:19 -04:00

5 lines
162 B
Python

from Utilities import compile_module
from settings import *
root = os.path.dirname(os.path.realpath('__file__'))
compile_module(creator_name, root, mods_folder)