sao: backport changes from diana

This commit is contained in:
Kevin Trocolli
2024-06-25 14:02:53 -04:00
parent 6ae11f96a2
commit e91f84fecc
167 changed files with 100587 additions and 28291 deletions

View File

@@ -1,9 +1,11 @@
from .index import SaoServlet
from .const import SaoConstants
from .database import SaoData
from .frontend import SaoFrontend
from .read import SaoReader
index = SaoServlet
database = SaoData
frontend = SaoFrontend
reader = SaoReader
game_codes = [SaoConstants.GAME_CODE]