"""Miscellaneous definitions
"""
# Error levels
NO_YAML_MODULE = 1
NO_PCBNEW_MODULE = 2
USUPPORTED_OPTION = 3
MISSING_TOOL = 4
DRC_ERROR = 5