mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-19 08:01:08 +00:00
6 lines
158 B
Python
6 lines
158 B
Python
import pluggy
|
|
|
|
hookimpl = pluggy.HookimplMarker("changedetectionio_plugin")
|
|
"""Marker to be imported and used in plugins (and for own implementations)"""
|
|
|
|
x=1 |