pyprland/pyprland/plugins/experimental.py
2023-04-27 21:14:27 +02:00

10 lines
151 B
Python

from .interface import Plugin
from ..ipc import hyprctlJSON, hyprctl, get_workspaces
class Experimental(Plugin):
pass
Exported = Experimental