LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/FlowTutor.egg-info/PKG-INFO
src/FlowTutor.egg-info/SOURCES.txt
src/FlowTutor.egg-info/dependency_links.txt
src/FlowTutor.egg-info/entry_points.txt
src/FlowTutor.egg-info/requires.txt
src/FlowTutor.egg-info/top_level.txt
src/flowtutor/__init__.py
src/flowtutor/codegenerator.py
src/flowtutor/containers.py
src/flowtutor/debugsession.py
src/flowtutor/language.py
src/flowtutor/main.py
src/flowtutor/modal_service.py
src/flowtutor/nodes_service.py
src/flowtutor/py.typed
src/flowtutor/settings_service.py
src/flowtutor/util_service.py
src/flowtutor/flowchart/__init__.py
src/flowtutor/flowchart/assignment.py
src/flowtutor/flowchart/call.py
src/flowtutor/flowchart/conditional.py
src/flowtutor/flowchart/connection.py
src/flowtutor/flowchart/connector.py
src/flowtutor/flowchart/declaration.py
src/flowtutor/flowchart/declarations.py
src/flowtutor/flowchart/dowhileloop.py
src/flowtutor/flowchart/flowchart.py
src/flowtutor/flowchart/forloop.py
src/flowtutor/flowchart/functionend.py
src/flowtutor/flowchart/functionstart.py
src/flowtutor/flowchart/input.py
src/flowtutor/flowchart/node.py
src/flowtutor/flowchart/output.py
src/flowtutor/flowchart/parameter.py
src/flowtutor/flowchart/snippet.py
src/flowtutor/flowchart/struct_definition.py
src/flowtutor/flowchart/struct_member.py
src/flowtutor/flowchart/template.py
src/flowtutor/flowchart/type_definition.py
src/flowtutor/flowchart/whileloop.py
src/flowtutor/gui/__init__.py
src/flowtutor/gui/debugger.py
src/flowtutor/gui/gui.py
src/flowtutor/gui/menubar_main.py
src/flowtutor/gui/section_node_extras.py
src/flowtutor/gui/section_structs.py
src/flowtutor/gui/section_typedefs.py
src/flowtutor/gui/sidebar.py
src/flowtutor/gui/sidebar_assignment.py
src/flowtutor/gui/sidebar_call.py
src/flowtutor/gui/sidebar_conditional.py
src/flowtutor/gui/sidebar_declaration.py
src/flowtutor/gui/sidebar_declarations.py
src/flowtutor/gui/sidebar_dowhileloop.py
src/flowtutor/gui/sidebar_forloop.py
src/flowtutor/gui/sidebar_functionend.py
src/flowtutor/gui/sidebar_functionstart.py
src/flowtutor/gui/sidebar_input.py
src/flowtutor/gui/sidebar_multi.py
src/flowtutor/gui/sidebar_none.py
src/flowtutor/gui/sidebar_output.py
src/flowtutor/gui/sidebar_snippet.py
src/flowtutor/gui/sidebar_template.py
src/flowtutor/gui/sidebar_whileloop.py
src/flowtutor/gui/themes.py
src/flowtutor/gui/window_types.py
src/flowtutor/gui/assets/__init__.py
src/flowtutor/gui/assets/c.png
src/flowtutor/gui/assets/hammer.png
src/flowtutor/gui/assets/inconsolata.ttf
src/flowtutor/gui/assets/pencil.png
src/flowtutor/gui/assets/python.png
src/flowtutor/gui/assets/run.png
src/flowtutor/gui/assets/step_into.png
src/flowtutor/gui/assets/step_over.png
src/flowtutor/gui/assets/stop.png
src/flowtutor/gui/assets/trash.png
tests/test_flowtutor_codegenerator.py
tests/test_flowtutor_flowchart.py