pvc/pvc.py

7 lines
109 B
Python
Raw Normal View History

2018-05-31 20:26:44 -04:00
#!/usr/bin/env python3
def help():
print("pvc - Parallel Virtual Cluster command-line utility")
help()