7 lines
83 B
Python
7 lines
83 B
Python
from enum import Enum
|
|
|
|
|
|
class CLISettingsNameEnum(Enum):
|
|
|
|
pip_path = 'PipPath'
|