Rename ResultsContext -> SharedContext
This commit is contained in:
@ -2,6 +2,7 @@ import asyncio
|
||||
|
||||
from falyx import Action, ActionGroup, ChainedAction
|
||||
|
||||
|
||||
# Actions can be defined as synchronous functions
|
||||
# Falyx will automatically convert them to async functions
|
||||
def hello() -> None:
|
||||
|
Reference in New Issue
Block a user