forked from Dniel97/artemis
6 lines
146 B
Python
6 lines
146 B
Python
|
from titles.fgoa.index import FGOAServlet
|
||
|
from titles.fgoa.const import FGOAConstants
|
||
|
|
||
|
index = FGOAServlet
|
||
|
game_codes = [FGOAConstants.GAME_CODE]
|