pykeyboard/examples/bot/__main__.py
2020-06-11 01:04:30 +03:00

6 lines
68 B
Python

from . import App
if __name__ == '__main__':
App().run()