Adding new classes, todo: fix jsonrpc module

This commit is contained in:
adator
2025-08-19 03:06:56 +02:00
parent a15a5b1026
commit 4c327940dd
9 changed files with 373 additions and 450 deletions

View File

@@ -1,7 +1,7 @@
from core import installation
#############################################
# @Version : 6 #
# @Version : 6.2 #
# Requierements : #
# Python3.10 or higher #
# SQLAlchemy, requests, psutil #
@@ -14,7 +14,6 @@ try:
from core.loader import Loader
from core.irc import Irc
# loader = Loader()
ircInstance = Irc(Loader())
ircInstance.init_irc(ircInstance)