Background-Daemon/plugins/__init__.py

3 lines
56 B
Python
Raw Normal View History

from .fuel_check import FuelCheck
plugins = [FuelCheck]