Add analyze feature

This commit is contained in:
Jason Ertel
2022-03-28 15:53:24 -04:00
parent a3f8a10eb9
commit deb9b0e5ef
7 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
def main():
print '{"foo":"bar","summary":"something here"}'
if __name__ == "__main__":
main()