Files
changedetection.io/changedetectionio/plugins/__init__.py
T
dgtlmoon 432ee1236d WIP
2024-01-15 23:34:53 +01:00

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