mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-22 16:49:04 +00:00
init-commit
This commit is contained in:
commit
18a552597a
3461 changed files with 1150579 additions and 0 deletions
10
internbootcamp/libs/slitherlink/solver.py
Executable file
10
internbootcamp/libs/slitherlink/solver.py
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
"""
|
||||
Slitherlink 求解器模块
|
||||
|
||||
此模块从 slitherlink_generator.py 导入 SlitherlinkSolver 类,
|
||||
以便其他模块可以通过 from libs.slitherlink.solver import SlitherlinkSolver 导入。
|
||||
"""
|
||||
|
||||
from libs.slitherlink.slitherlink_generator import SlitherlinkSolver
|
||||
|
||||
__all__ = ['SlitherlinkSolver']
|
||||
Loading…
Add table
Add a link
Reference in a new issue