LSMS/scripts/config/monitor_modules.py

8 lines
181 B
Python

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