AUTHORS.md
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
src/compas_fofin/__init__.py
src/compas_fofin/session.py
src/compas_fofin/settings.py
src/compas_fofin.egg-info/PKG-INFO
src/compas_fofin.egg-info/SOURCES.txt
src/compas_fofin.egg-info/dependency_links.txt
src/compas_fofin.egg-info/not-zip-safe
src/compas_fofin.egg-info/requires.txt
src/compas_fofin.egg-info/top_level.txt
src/compas_fofin/conduits/__init__.py
src/compas_fofin/conduits/cablemeshconduit.py
src/compas_fofin/conversions/__init__.py
src/compas_fofin/conversions/cablemesh.py
src/compas_fofin/conversions/curves.py
src/compas_fofin/datastructures/__init__.py
src/compas_fofin/datastructures/cablemesh.py
src/compas_fofin/scene/__init__.py
src/compas_fofin/scene/cablemeshobject.py
src/compas_fofin/scene/constraintobject.py
src/compas_fofin/solvers/__init__.py
src/compas_fofin/solvers/autoupdatefd.py
src/compas_fofin/solvers/interactivemovefd.py
src/compas_fofin/solvers/interactivescalefd.py
tests/test_dummy.py