Add args, kwargs to ChainedAction, ActionGroup, Add type_word_cancel and acknowledge ConfirmTypes, update ChainedAction rollback logic
This commit is contained in:
@ -13,6 +13,9 @@ class Place(Enum):
|
||||
SAN_FRANCISCO = "San Francisco"
|
||||
LONDON = "London"
|
||||
|
||||
def __str__(self):
|
||||
return self.value
|
||||
|
||||
|
||||
async def test_args(
|
||||
service: str,
|
||||
|
Reference in New Issue
Block a user