LICENSE
README.md
pyproject.toml
src/__init__.py
src/goldsrcmap.py
src/format/__init__.py
src/format/map/__init__.py
src/format/map/brush.py
src/format/map/entity.py
src/format/map/face.py
src/format/map/loader.py
src/format/map/map.py
src/format/map/texture.py
src/format/map/writer.py
src/goldsrcmap.egg-info/PKG-INFO
src/goldsrcmap.egg-info/SOURCES.txt
src/goldsrcmap.egg-info/dependency_links.txt
src/goldsrcmap.egg-info/top_level.txt
src/utils/__init__.py
src/utils/brushgenerator.py
src/utils/entitygenerator.py
src/utils/math/__init__.py
src/utils/math/edge.py
src/utils/math/matrix.py
src/utils/math/plane.py
src/utils/math/point.py
src/utils/math/vector.py