Files
retrieving_graphs/main.py
T

7 lines
95 B
Python

def main():
print("Hello from retrieving-graphs!")
if __name__ == "__main__":
main()