index
:
wikijscmd.git
master
A simple command line interface for wiki.js
Ubuntu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wikijscmd
/
__main__.py
blob: 267af9fd52f5c950c17c29a69f2c75a4bf21f847 (
plain
)
1
2
3
4
5
6
import sys from . import app if __name__ == '__main__': app.main()