.gitignore
README.md
pyproject.toml
save.json
.checkpoints/.gitkeep
docs/statics/composition_example.png
example/rca_mod/CMakeLists.txt
example/rca_mod/addsub.cpp
example/rca_mod/bintodec.cpp
example/rca_mod/fulladder.cpp
example/rca_mod/ripplecarryadder.cpp
example/rca_mod/run.py
example/rca_mono/CMakeLists.txt
example/rca_mono/addsub.cpp
example/rca_mono/bintodec.cpp
example/rca_mono/fulladder.cpp
example/rca_mono/ripplecarryadder.cpp
example/rca_mono/run.py
src/py.typed
src/sct/__init__.py
src/sct/composition.py
src/sct/demo.py
src/sct/routes.py
src/sct/boilerplate/__init__.py
src/sct/boilerplate/html.py
src/sct/boilerplate/sst.py
src/sct/component/__init__.py
src/sct/component/hierarchy.py
src/sct/component/node.py
src/sct/component/tree.py
src/sct/db/__init__.py
src/sct/db/checkpoint.py
src/sct/db/sstinfo.py
src/sct/sst_ct.egg-info/PKG-INFO
src/sct/sst_ct.egg-info/SOURCES.txt
src/sct/sst_ct.egg-info/dependency_links.txt
src/sct/sst_ct.egg-info/requires.txt
src/sct/sst_ct.egg-info/top_level.txt
src/sct/static/css/beautiful.css
src/sct/static/css/drawflow.min.css
src/sct/static/css/index.css
src/sct/static/css/micromodal.css
src/sct/static/img/add-icon.png
src/sct/static/img/remove-icon.png
src/sct/static/js/html.js
src/sct/static/js/modal.js
src/sct/static/js/drawflow/drawflow.min.js
src/sct/static/js/drawflow/event.js
src/sct/static/js/drawflow/module.js
src/sct/templates/base.html
src/sct/templates/canvas.html
src/sct/templates/index.html
src/sct/templates/modal.html
src/sct/templates/run.py
src/sct/templates/scripts.html
src/sct/templates/styles.html
src/sst_ct.egg-info/PKG-INFO
src/sst_ct.egg-info/SOURCES.txt
src/sst_ct.egg-info/dependency_links.txt
src/sst_ct.egg-info/requires.txt
src/sst_ct.egg-info/top_level.txt
tests/__init__.py
tests/test_routes.py
tests/resources/sample_form.json
tests/resources/sample_run.py
tests/resources/sample_save.json