Added my game made specifically for AP, ChecksFinder (Minesweeper) (#302)
This commit is contained in:
6
worlds/checksfinder/Options.py
Normal file
6
worlds/checksfinder/Options.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import typing
|
||||
from Options import Option
|
||||
|
||||
|
||||
checksfinder_options: typing.Dict[str, type(Option)] = {
|
||||
}
|
||||
Reference in New Issue
Block a user