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 entire back-end is currently implemented in a single Python script wizard.py.
As pointed out by @SantiagoTorres#14 (comment) it would make sense to split up the file in several different modules. The file is already structured into different categories. We could start by creating a separate module for each of those categories.
The entire back-end is currently implemented in a single Python script
wizard.py.As pointed out by @SantiagoTorres #14 (comment) it would make sense to split up the file in several different modules. The file is already structured into different categories. We could start by creating a separate module for each of those categories.