Files
oaip-project-app/callbacks/example.py

5 lines
200 B
Python
Raw Normal View History

2025-05-21 07:55:46 +03:00
async def example_action(args):
return {"message": "Example action executed", "args": args}
def another_action(args):
return {"message": "Another action executed synchronously", "args": args}