🎉 Initial source commit

This commit is contained in:
Tony Bark 2025-10-12 13:29:19 -04:00
commit c8b14bd8ae
17 changed files with 3220 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from Utilities import compile_module
from settings import *
root = os.path.dirname(os.path.realpath('__file__'))
compile_module(creator_name, root, mods_folder)