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