""" - Authors: Peter Mawhorter - Consulted: - Date: 2023-7-14 - Purpose: Visualize exploration traces from the `exploration` library. See ../README.md (or [https://pypi.org/project/explorationViewer/](https://pypi.org/project/explorationViewer/)) for project README. """ __version__ = "0.4" # Nothing to import here; use `explorationViewer` as the main module # (e.g., via `python -m explorationViewer`) to launch it.