feat: Default logging replaced with loguru

This commit is contained in:
AURUMVORXX
2025-07-15 20:46:12 +05:00
parent acfa97de6f
commit 35350efcd1
4 changed files with 4 additions and 18 deletions

View File

@@ -162,8 +162,6 @@ from .classes.items import ItemsGround
from .classes.mds import Mds
from .classes.sky import Sky
from .logger import logger
__all__ = [
"PythonWebsocketServer",
@@ -327,6 +325,4 @@ __all__ = [
"ItemsGround",
"Mds",
"Sky",
"logger",
]