Add bin directory for togglu cli
Closed this issue · 1 comments
tdpauw commented
/bin
| - togglu
from togglu.togglu import CLI
if __name__ == '__main__':
cli = CLI(sys.argv[1:])
cli.execute()
Add setup.py
that installs the module togglu
in PYTHONPATH
.