6 lines
92 B
Python
6 lines
92 B
Python
#!/bin/python3
|
|
|
|
import argparse as argp
|
|
|
|
if __name__ == "__main__":
|
|
parser = argp.asdf() |