LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
mcpath/__init__.py
mcpath/py.typed
mcpath/utils.py
mcpath.egg-info/PKG-INFO
mcpath.egg-info/SOURCES.txt
mcpath.egg-info/dependency_links.txt
mcpath.egg-info/not-zip-safe
mcpath.egg-info/requires.txt
mcpath.egg-info/top_level.txt
mcpath/facades/__init__.py
mcpath/facades/bedrock.py
mcpath/facades/education.py
mcpath/facades/java.py
mcpath/facades/preview.py
mcpath/facades/types.py
mcpath/platforms/__init__.py
mcpath/platforms/android/__init__.py
mcpath/platforms/android/bedrock_gdk.py
mcpath/platforms/android/bedrock_uwp.py
mcpath/platforms/android/education_gdk.py
mcpath/platforms/android/education_uwp.py
mcpath/platforms/android/java.py
mcpath/platforms/android/preview_gdk.py
mcpath/platforms/android/preview_uwp.py
mcpath/platforms/ios/__init__.py
mcpath/platforms/ios/bedrock_gdk.py
mcpath/platforms/ios/bedrock_uwp.py
mcpath/platforms/ios/education_gdk.py
mcpath/platforms/ios/education_uwp.py
mcpath/platforms/ios/java.py
mcpath/platforms/ios/preview_gdk.py
mcpath/platforms/ios/preview_uwp.py
mcpath/platforms/linux/__init__.py
mcpath/platforms/linux/bedrock_gdk.py
mcpath/platforms/linux/bedrock_uwp.py
mcpath/platforms/linux/education_gdk.py
mcpath/platforms/linux/education_uwp.py
mcpath/platforms/linux/java.py
mcpath/platforms/linux/preview_gdk.py
mcpath/platforms/linux/preview_uwp.py
mcpath/platforms/macosx/__init__.py
mcpath/platforms/macosx/bedrock_gdk.py
mcpath/platforms/macosx/bedrock_uwp.py
mcpath/platforms/macosx/education_gdk.py
mcpath/platforms/macosx/education_uwp.py
mcpath/platforms/macosx/java.py
mcpath/platforms/macosx/preview_gdk.py
mcpath/platforms/macosx/preview_uwp.py
mcpath/platforms/win/__init__.py
mcpath/platforms/win/bedrock_gdk.py
mcpath/platforms/win/bedrock_uwp.py
mcpath/platforms/win/education_gdk.py
mcpath/platforms/win/education_uwp.py
mcpath/platforms/win/java.py
mcpath/platforms/win/preview_gdk.py
mcpath/platforms/win/preview_uwp.py
tests/test_bedrock.py
tests/test_education.py
tests/test_java.py
tests/test_preview.py