mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-22 14:04:18 +00:00
PEP8 improvement
This commit is contained in:
parent
2b23bd5661
commit
0a0f76168b
1 changed files with 1 additions and 0 deletions
1
core.py
1
core.py
|
@ -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!"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue