pyprland/pyprland/plugins/experimental.py
2023-04-27 23:50:17 +02:00

7 lines
106 B
Python

from .interface import Plugin
from ..ipc import hyprctlJSON, hyprctl
class Extension(Plugin):
pass