Added a comment

This commit is contained in:
Anton Hvornum 2021-05-24 13:38:54 +02:00
parent 29dcd5f2d0
commit 6f3a358422
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def initialize_arguments():
arguments = initialize_arguments()
from .lib.plugins import plugins
from .lib.plugins import plugins # This initiates the plugin loading ceremony
# TODO: Learn the dark arts of argparse... (I summon thee dark spawn of cPython)