7 lines
101 B
Python
7 lines
101 B
Python
def main():
|
|
print("Hello from usda-throughput-control!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|