5 lines
162 B
Python
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)
|