.gitignore
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
src/heresy/__init__.py
src/heresy/_version.py
src/heresy/py.typed
src/heresy.egg-info/PKG-INFO
src/heresy.egg-info/SOURCES.txt
src/heresy.egg-info/dependency_links.txt
src/heresy.egg-info/top_level.txt
src/heresy/_root_submodule/singleton/singleton.py
src/heresy/_root_submodule/singleton/singletonmethod.py
src/heresy/_root_submodule/singleton/singletonproperty.py
src/heresy/_root_submodule/singleton/_internal/singleton_registry.py
src/heresy/_root_submodule/singleton/_internal/singleton_vars.py
tests/test_empty.py