forked from Hay1tsme/artemis
10 lines
318 B
Python
10 lines
318 B
Python
|
from titles.ongeki.index import OngekiServlet
|
||
|
from titles.ongeki.const import OngekiConstants
|
||
|
from titles.ongeki.database import OngekiData
|
||
|
from titles.ongeki.read import OngekiReader
|
||
|
|
||
|
index = OngekiServlet
|
||
|
database = OngekiData
|
||
|
reader = OngekiReader
|
||
|
game_codes = [OngekiConstants.GAME_CODE]
|
||
|
current_schema_version = 2
|