Andrey Shulga
initial commit
c8745de
raw
history blame
93 Bytes
def main():
print("Hello from opinionanalyzer!")
if __name__ == "__main__":
main()