From 0a0f76168b3c53b84362b65e0dfe2dbc04c53b0d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 27 Mar 2020 16:31:27 +0100 Subject: [PATCH] PEP8 improvement --- core.py | 1 + 1 file changed, 1 insertion(+) 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!"""