index
:
pnote.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pnote
/
tools
/
tool.py
blob: 5aa79016d3123577ee3804fb607abfdfb11bf5b4 (
plain
)
1
2
3
4
5
6
7
8
class Tool: def add_parser(self,subparsers): pass def run(self, project, args): pass