添加 titles/FGOA/__init__.py

This commit is contained in:
FGO 2024-04-01 18:59:31 +00:00
parent 8b2c73b8f6
commit d1b377eef3
1 changed files with 5 additions and 0 deletions

5
titles/FGOA/__init__.py Normal file
View File

@ -0,0 +1,5 @@
from titles.fgoa.index import FGOAServlet
from titles.fgoa.const import FGOAConstants
index = FGOAServlet
game_codes = [FGOAConstants.GAME_CODE]