This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Wed Mar 16 14:04:54 2016 | |
@author: jenglish | |
""" | |
import argparse | |
parser = argparse.ArgumentParser('t', description="Todo Manager") |