LICENSE
README.md
pyproject.toml
src/IFProject.egg-info/PKG-INFO
src/IFProject.egg-info/SOURCES.txt
src/IFProject.egg-info/dependency_links.txt
src/IFProject.egg-info/entry_points.txt
src/IFProject.egg-info/requires.txt
src/IFProject.egg-info/top_level.txt
src/engine/__init__.py
src/engine/exceptions.py
src/engine/parser.py
src/engine/syntax.py
src/tools/__init__.py
src/tools/build.py
src/tools/clean.py
src/tools/live.py
src/web_ui/__init__.py
src/web_ui/main.py
tests/test_package.py
tests/test_parser.py
tests/test_stories.py
tests/test_syntax.py