.coveragerc
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/local_build.sh
.github/pages/index.html
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/explanations.rst
docs/how-to.rst
docs/index.rst
docs/reference.rst
docs/tutorials.rst
docs/_static/theme_overrides.css
docs/images/logo.png
docs/reference/contributing.rst
docs/reference/old_readme.rst
docs/tutorials/01-intro.rst
src/demo/background.py
src/demo/follow.py
src/demo/shapes.py
src/mciwb/__init__.py
src/mciwb/__main__.py
src/mciwb/_version.py
src/mciwb/backup.py
src/mciwb/copier.py
src/mciwb/iwb.py
src/mciwb/monitor.py
src/mciwb/player.py
src/mciwb/signs.py
src/mciwb/threads.py
src/mciwb.egg-info/PKG-INFO
src/mciwb.egg-info/SOURCES.txt
src/mciwb.egg-info/dependency_links.txt
src/mciwb.egg-info/entry_points.txt
src/mciwb.egg-info/requires.txt
src/mciwb.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/cube.py
tests/mockclient.py
tests/mockplayer.py
tests/server.py
tests/test_system/__init__.py
tests/test_system/test_backup.py
tests/test_system/test_cli.py
tests/test_system/test_copy.py
tests/test_system/test_world.py
tests/test_unit/__init__.py
tests/test_unit/test_cli.py
tests/test_unit/test_copier.py
tests/test_unit/test_monitor.py
tests/test_unit/test_player.py