Archipelago/worlds/soe/Options.py

8 lines
113 B
Python
Raw Normal View History

2021-09-29 07:12:23 +00:00
import typing
from Options import Option
# TODO: add options
soe_options: typing.Dict[str, type(Option)] = {
}