added beginnings of argument parsing

This commit is contained in:
cktricky
2017-11-02 21:40:35 -04:00
parent 9eb134630b
commit 143316b2d2

View File

@@ -8,3 +8,7 @@
import boto3
import argparse
import argparse
parser = argparse.ArgumentParser()
parser.parse_args()