constants

 1the = {}
 2
 3help_string = """CSV :   summarized csv file
 4(c) 2022 Vamsi Tadikonda<vamsitadikonda99@gmail.com> BSD-2 license
 5USAGE: python run.py [OPTIONS]
 6OPTIONS:
 7    -e  --eg        start-up example                        = None
 8    -d  --dump      on test failure, exit with stack dump   = False
 9    -f  --file      file with csv data                      = ../data/auto93.csv
10    -h  --help      show help                               = False
11    -n  --nums      number of nums to keep                  = 512
12    -s  --seed      random seed                             = 10019
13    -S  --Seperator field separator                         = ,
14"""