thinkinglabs/togglu

Add bin directory for togglu cli

Closed this issue · 1 comments

/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.

See https://stackoverflow.com/questions/20075884/python-import-module-from-another-directory-at-the-same-level-in-project-hierar

Resolved by 17cbb26