Files
USDA-throughput-control/hello.py
2025-02-10 16:57:45 +00:00

7 lines
101 B
Python

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