LICENSE
README.md
pyproject.toml
fraocme/__init__.py
fraocme/cli.py
fraocme/test_runner.py
fraocme.egg-info/PKG-INFO
fraocme.egg-info/SOURCES.txt
fraocme.egg-info/dependency_links.txt
fraocme.egg-info/entry_points.txt
fraocme.egg-info/requires.txt
fraocme.egg-info/top_level.txt
fraocme/common/__init__.py
fraocme/common/parser.py
fraocme/common/printer.py
fraocme/common/types.py
fraocme/common/utils.py
fraocme/core/__init__.py
fraocme/core/runner.py
fraocme/core/solver.py
fraocme/examples/days/day_00/solution.py
fraocme/examples/days/day_01/solution.py
fraocme/examples/days/day_02/solution.py
fraocme/examples/days/day_03/solution.py
fraocme/examples/days/day_04/solution.py
fraocme/examples/days/day_101/solution.py
fraocme/examples/days/day_102/solution.py
fraocme/examples/days/day_103/solution.py
fraocme/examples/days/day_104/solution.py
fraocme/examples/days/day_105/solution.py
fraocme/grid/__init__.py
fraocme/grid/core.py
fraocme/grid/directions.py
fraocme/grid/parser.py
fraocme/grid/pathfinding.py
fraocme/grid/printer.py
fraocme/grid/regions.py
fraocme/grid/transformations.py
fraocme/grid/types.py
fraocme/profiling/__init__.py
fraocme/profiling/printer.py
fraocme/profiling/stats.py
fraocme/profiling/timer.py
fraocme/ui/__init__.py
fraocme/ui/colors.py
fraocme/ui/printer.py
tests/test_cli.py
tests/test_common.py
tests/test_core.py
tests/test_grid.py
tests/test_grid_advanced.py
tests/test_profiling.py
tests/test_ui.py