1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-11-22 14:04:18 +00:00

PEP8 improvement

This commit is contained in:
Steffo 2020-03-27 16:31:27 +01:00
parent 2b23bd5661
commit 0a0f76168b

View file

@ -9,6 +9,7 @@ import importlib
language = configloader.config["Config"]["language"] language = configloader.config["Config"]["language"]
strings = importlib.import_module("strings." + language) strings = importlib.import_module("strings." + language)
def main(): def main():
"""The core code of the program. Should be run only in the main process!""" """The core code of the program. Should be run only in the main process!"""