4 lines
83 B
Python
4 lines
83 B
Python
|
class aiocmd:
|
||
|
class PromptToolkitCmd:
|
||
|
async def run(self) -> None: ...
|