Background-Daemon/plugins/__init__.py

3 lines
56 B
Python

from .fuel_check import FuelCheck
plugins = [FuelCheck]