[SCRIPT] Updated
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user