USDA-throughput-control/hello.py

7 lines
101 B
Python

def main():
print("Hello from usda-throughput-control!")
if __name__ == "__main__":
main()