forgot the imports

This commit is contained in:
xyqyear 2023-10-20 12:43:14 +08:00
parent 879c426f71
commit 77725affb5
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ from titles.chuni.sun import ChuniSun
from titles.ongeki.brightmemory import OngekiBrightMemory
from titles.ongeki.config import OngekiConfig
from titles.ongeki.const import OngekiConstants
from titles.mai2.festival import Mai2Festival
from titles.mai2.config import Mai2Config
from titles.mai2.const import Mai2Constants
class AquaData: