Update Parser.py

Fixed comments
This commit is contained in:
Scoots 2017-04-10 04:11:14 -04:00 committed by GitHub
parent d9d64e4bab
commit ae1cdbc437
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import argparse import argparse
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" @author Jacob McCloughan " @author Scoots
" @version 3/30/2017 " @version 3/30/2017
" @see https://docs.python.org/2.7/library/argparse.html " @see https://docs.python.org/2.7/library/argparse.html
" "