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