Initial API (Kingdom + KF3)

This commit is contained in:
2023-08-24 22:02:10 +02:00
commit 12df873ead
21 changed files with 1150 additions and 0 deletions

7
loaders/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