+---backend | | app.py | | | +---core | | | directory_handler.py | | | profile_manager.py | | | script_manager.py | | | workdir_config.py | | | __init__.py | | | | | | \---script_groups | | base_script.py | | __init__.py | | | \---example_group | x1.py | __init__.py | +---data | profiles.json | \---frontend +---static | +---css | | style.css | | | \---js | main.js | profile.js | scripts.js | workdir_config.js | \---templates base.html index.html