Refactored code
This commit is contained in:
9
src_old/sh_edraft/environment/model/environment_name.py
Normal file
9
src_old/sh_edraft/environment/model/environment_name.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class EnvironmentName(Enum):
|
||||
|
||||
production = 'production'
|
||||
staging = 'staging'
|
||||
testing = 'testing'
|
||||
development = 'development'
|
||||
Reference in New Issue
Block a user