[SCRIPT] Updated

This commit is contained in:
t
2025-03-31 20:14:11 +02:00
parent 810f54cb65
commit 314a27eb42
472 changed files with 11721 additions and 921 deletions
+17
View File
@@ -0,0 +1,17 @@
from .bar import Bar
from .control_center import ControlCenter
from .launcher import Launcher
from .notification_popup import NotificationPopup
from .osd import OSD
from .powermenu import Powermenu
from .settings import Settings
__all__ = [
"Bar",
"ControlCenter",
"Launcher",
"NotificationPopup",
"OSD",
"Powermenu",
"Settings",
]