this repo has no description
at main 89 B view raw
1def main(): 2 print("Hello from followgrpah!") 3 4 5if __name__ == "__main__": 6 main()