KiBot/kiplot/misc.py

10 lines
142 B
Python

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