Files
artemis/titles/pokken/__init__.py

9 lines
253 B
Python
Raw Normal View History

2023-02-17 02:09:26 -05:00
from titles.pokken.index import PokkenServlet
from titles.pokken.const import PokkenConstants
from titles.pokken.database import PokkenData
2023-02-17 02:09:26 -05:00
index = PokkenServlet
database = PokkenData
2023-02-17 02:09:26 -05:00
game_codes = [PokkenConstants.GAME_CODE]
2023-03-09 11:38:58 -05:00
current_schema_version = 1