Make maubot.cli an executable module

This commit is contained in:
Tulir Asokan 2019-05-05 11:14:41 +03:00
parent dbb49ffbe2
commit 304c1b5536

2
maubot/cli/__main__.py Normal file
View File

@ -0,0 +1,2 @@
from . import app
app()