LICENSE
README.md
pyproject.toml
scratchattach/__init__.py
scratchattach/__main__.py
scratchattach/py.typed
scratchattach.egg-info/PKG-INFO
scratchattach.egg-info/SOURCES.txt
scratchattach.egg-info/dependency_links.txt
scratchattach.egg-info/entry_points.txt
scratchattach.egg-info/requires.txt
scratchattach.egg-info/top_level.txt
scratchattach/cli/__about__.py
scratchattach/cli/__init__.py
scratchattach/cli/context.py
scratchattach/cli/db.py
scratchattach/cli/namespace.py
scratchattach/cli/cmd/__init__.py
scratchattach/cli/cmd/group.py
scratchattach/cli/cmd/login.py
scratchattach/cli/cmd/profile.py
scratchattach/cli/cmd/sessions.py
scratchattach/cloud/__init__.py
scratchattach/cloud/_base.py
scratchattach/cloud/cloud.py
scratchattach/editor/__init__.py
scratchattach/editor/asset.py
scratchattach/editor/backpack_json.py
scratchattach/editor/base.py
scratchattach/editor/block.py
scratchattach/editor/blockshape.py
scratchattach/editor/build_defaulting.py
scratchattach/editor/comment.py
scratchattach/editor/commons.py
scratchattach/editor/extension.py
scratchattach/editor/field.py
scratchattach/editor/inputs.py
scratchattach/editor/meta.py
scratchattach/editor/monitor.py
scratchattach/editor/mutation.py
scratchattach/editor/pallete.py
scratchattach/editor/prim.py
scratchattach/editor/project.py
scratchattach/editor/sprite.py
scratchattach/editor/twconfig.py
scratchattach/editor/vlb.py
scratchattach/editor/code_translation/__init__.py
scratchattach/editor/code_translation/parse.py
scratchattach/eventhandlers/__init__.py
scratchattach/eventhandlers/_base.py
scratchattach/eventhandlers/cloud_events.py
scratchattach/eventhandlers/cloud_recorder.py
scratchattach/eventhandlers/cloud_requests.py
scratchattach/eventhandlers/cloud_server.py
scratchattach/eventhandlers/cloud_storage.py
scratchattach/eventhandlers/combine.py
scratchattach/eventhandlers/filterbot.py
scratchattach/eventhandlers/message_events.py
scratchattach/other/__init__.py
scratchattach/other/other_apis.py
scratchattach/other/project_json_capabilities.py
scratchattach/site/__init__.py
scratchattach/site/_base.py
scratchattach/site/activity.py
scratchattach/site/alert.py
scratchattach/site/backpack_asset.py
scratchattach/site/browser_cookie3_stub.py
scratchattach/site/browser_cookies.py
scratchattach/site/classroom.py
scratchattach/site/cloud_activity.py
scratchattach/site/comment.py
scratchattach/site/forum.py
scratchattach/site/project.py
scratchattach/site/session.py
scratchattach/site/studio.py
scratchattach/site/typed_dicts.py
scratchattach/site/user.py
scratchattach/utils/__init__.py
scratchattach/utils/commons.py
scratchattach/utils/encoder.py
scratchattach/utils/enums.py
scratchattach/utils/exceptions.py
scratchattach/utils/optional_async.py
scratchattach/utils/requests.py
tests/test_activity.py
tests/test_auth.py
tests/test_backpack.py
tests/test_comment.py
tests/test_editor_integration.py
tests/test_editor_obfuscation.py
tests/test_editor_project.py
tests/test_import.py
tests/test_memberships.py
tests/test_other_apis.py
tests/test_project.py
tests/test_search.py
tests/test_session.py
tests/test_studio.py
tests/test_teacher_activity.py
tests/test_user.py