Make maubot.cli an executable module
This commit is contained in:
parent
dbb49ffbe2
commit
304c1b5536
1 changed files with 2 additions and 0 deletions
2
maubot/cli/__main__.py
Normal file
2
maubot/cli/__main__.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
from . import app
|
||||
app()
|
Loading…
Reference in a new issue