add pipenv, schedule cmd, logs dir, and lots more

This commit is contained in:
Nick Sweeting 2019-04-18 21:09:54 -04:00
parent 4f869f235f
commit 39a0ab3013
20 changed files with 820 additions and 188 deletions

View file

@ -82,5 +82,6 @@ def main(args=None, stdin=None):
only_new=command.only_new,
)
if __name__ == '__main__':
main()