KemoFureApi/modules/Nexon/nexondb.py

7 lines
179 B
Python
Raw Normal View History

2024-02-01 16:05:14 +08:00
class KingdomDB:
def __init__(self, app) -> None:
if "Nexon" in app.databases:
del app.databases["Nexon"]
2023-08-25 04:02:10 +08:00
app.databases["Nexon"] = self