LICENSE
README.md
pyproject.toml
mythica/__init__.py
mythica.egg-info/PKG-INFO
mythica.egg-info/SOURCES.txt
mythica.egg-info/dependency_links.txt
mythica.egg-info/requires.txt
mythica.egg-info/top_level.txt
mythica/catalog/__init__.py
mythica/catalog/abilities.py
mythica/catalog/creatures.py
mythica/catalog/effects.py
mythica/core/__init__.py
mythica/core/ability.py
mythica/core/creatures.py
mythica/core/ecosystem.py
mythica/core/context/__init__.py
mythica/core/context/context_ability.py
mythica/schema/__init__.py
mythica/schema/enums.py
mythica/utils/__init__.py
mythica/utils/ability_builder.py
mythica/utils/io_stream.py
tests/test_01_creature.py
tests/test_02_ability.py
tests/test_03_creature_abilities.py
tests/test_04_ecosystem.py