LSMS/scripts/config/monitor_modules.py

8 lines
181 B
Python
Raw Normal View History

2023-03-13 11:30:24 +01:00
from typing import List
# List of modules that are loaded and should be ignored.
MODULES_WHITELIST = [] # type: List[str]
# Is the script allowed to run or not?
ACTIVATED = True