1
0
mirror of synced 2024-09-24 19:18:22 +02:00
artemis/titles/pokken/__init__.py
2023-04-11 11:40:05 -04:00

11 lines
277 B
Python

from .index import PokkenServlet
from .const import PokkenConstants
from .database import PokkenData
from .frontend import PokkenFrontend
index = PokkenServlet
database = PokkenData
game_codes = [PokkenConstants.GAME_CODE]
current_schema_version = 1
frontend = PokkenFrontend