This commit is contained in:
2024-02-01 09:05:14 +01:00
parent 45a0f516ea
commit b6862eb429
28 changed files with 1792 additions and 1331 deletions

7
modules/Nexon/nexondb.py Normal file
View File

@@ -0,0 +1,7 @@
class KingdomDB:
def __init__(self, app) -> None:
if "Nexon" in app.databases:
del app.databases["Nexon"]
app.databases["Nexon"] = self