8 lines
148 B
Python
8 lines
148 B
Python
" Plugin template "
|
|
from .interface import Plugin
|
|
|
|
# from ..ipc import hyprctlJSON, hyprctl
|
|
|
|
|
|
class Extension(Plugin):
|
|
"Sample plugin template"
|