(cmd_arg: Message = CommandArg())
| 45 | |
| 46 | |
| 47 | async def command_arg(cmd_arg: Message = CommandArg()) -> Message: |
| 48 | return cmd_arg |
| 49 | |
| 50 | |
| 51 | async def command_start(start: str = CommandStart()) -> str: |
nothing calls this directly
no test coverage detected