mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
6 lines
101 B
Python
6 lines
101 B
Python
"""Allow ``python -m puzzle_solver …`` invocation."""
|
|
|
|
from puzzle_solver.main import main
|
|
|
|
main()
|