Copy Enums to const.py
Switching to IntEnum where necessary.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from enum import Enum, auto
|
||||
|
||||
|
||||
# Define the various groups of attributes
|
||||
class AttrGroup(Enum):
|
||||
FITTING = auto()
|
||||
|
||||
Reference in New Issue
Block a user