pyprland/pyprland/plugins/experimental.py
2023-07-30 00:06:59 +02:00

8 lines
148 B
Python

" Plugin template "
from .interface import Plugin
# from ..ipc import hyprctlJSON, hyprctl
class Extension(Plugin):
"Sample plugin template"