baseimage-tutorial-framework/tfw/internals/networking/intent.py

7 lines
88 B
Python
Raw Normal View History

from enum import Enum
class Intent(Enum):
CONTROL = 'control'
EVENT = 'event'