diff --git a/core.py b/core.py index fee9281..99a32e2 100644 --- a/core.py +++ b/core.py @@ -9,6 +9,7 @@ import importlib language = configloader.config["Config"]["language"] strings = importlib.import_module("strings." + language) + def main(): """The core code of the program. Should be run only in the main process!"""