7 lines
106 B
Python
7 lines
106 B
Python
from .interface import Plugin
|
|
|
|
from ..ipc import hyprctlJSON, hyprctl
|
|
|
|
|
|
class Extension(Plugin):
|
|
pass
|