LICENSE
README.md
pyproject.toml
src/ScratchGen/__init__.py
src/ScratchGen/asset.py
src/ScratchGen/block.py
src/ScratchGen/broadcast.py
src/ScratchGen/constants.py
src/ScratchGen/datacontainer.py
src/ScratchGen/ids.py
src/ScratchGen/opcodes.py
src/ScratchGen/project.py
src/ScratchGen/script.py
src/ScratchGen/sprite.py
src/ScratchGen/stage.py
src/ScratchGen/target.py
src/ScratchGen.egg-info/PKG-INFO
src/ScratchGen.egg-info/SOURCES.txt
src/ScratchGen.egg-info/dependency_links.txt
src/ScratchGen.egg-info/top_level.txt
src/ScratchGen/blocks/__init__.py
src/ScratchGen/blocks/control.py
src/ScratchGen/blocks/events.py
src/ScratchGen/blocks/looks.py
src/ScratchGen/blocks/motion.py
src/ScratchGen/blocks/myblocks.py
src/ScratchGen/blocks/operators.py
src/ScratchGen/blocks/sensing.py
src/ScratchGen/blocks/sound.py
src/ScratchGen/blocks/variables.py