Skip to content

Commit

Permalink
refactor repo
Browse files Browse the repository at this point in the history
  • Loading branch information
abagali1 committed May 31, 2020
1 parent 974c9c8 commit a5d4f34
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 37 deletions.
37 changes: 0 additions & 37 deletions main.py

This file was deleted.

File renamed without changes.
Empty file added src/hermes/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
Empty file added src/hermes/modules/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import sys
import json
import time
import argparse




if __name__ == '__main__':
main()

0 comments on commit a5d4f34

Please sign in to comment.