You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main.py entry point has grown fairly large and complex, and a lot of its features are also useful in a module environment. Therefore, main.py should be split into a few logically separate modules that are loaded by a small default config, and all command line arguments should be handled as (command) messages. This depends on #84 .
The text was updated successfully, but these errors were encountered:
The
main.py
entry point has grown fairly large and complex, and a lot of its features are also useful in a module environment. Therefore,main.py
should be split into a few logically separate modules that are loaded by a small default config, and all command line arguments should be handled as (command) messages. This depends on #84 .The text was updated successfully, but these errors were encountered: