pokken: add frontend stub

This commit is contained in:
Hay1tsme
2023-04-11 11:40:05 -04:00
parent bf6c7d39f5
commit 68e25b9c5e
4 changed files with 46 additions and 6 deletions

View File

@@ -1,8 +1,10 @@
from titles.pokken.index import PokkenServlet
from titles.pokken.const import PokkenConstants
from titles.pokken.database import PokkenData
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