first commit
This commit is contained in:
5
callbacks/example.py
Normal file
5
callbacks/example.py
Normal file
@@ -0,0 +1,5 @@
|
||||
async def example_action(args):
|
||||
return {"message": "Example action executed", "args": args}
|
||||
|
||||
def another_action(args):
|
||||
return {"message": "Another action executed synchronously", "args": args}
|
||||
Reference in New Issue
Block a user