MCPcopy Create free account
hub / github.com/wechaty/python-wechaty / main

Function main

examples/ding-dong-bot-oop.py:232–235  ·  view source on GitHub ↗

doc

()

Source from the content-addressed store, hash-verified

230
231
232async def main() -> None:
233 """doc"""
234 bot = MyBot()
235 await bot.start()
236
237asyncio.run(main())

Callers 1

Calls 2

MyBotClass · 0.85
startMethod · 0.45

Tested by

no test coverage detected