Код: Выделить всё
from docopt import docopt
from api import *
from tabulate import tabulate
usage='''app
this script is disigned for managing money
usage :
app.py -h
app.py --init
app.py --add
[]
app.py --show []
'''
opt = docopt(usage)
Подробнее здесь: https://stackoverflow.com/questions/790 ... -not-found