To use xml_manager.py:
    TO IMPORT:
        run "sudo python3 xml_manager.py -i XML_FILE" where XML_FILE is 
            one (blisterfeeder.xml, labelsealer.xml, or motorControl.xml)
        the script will ask for a dafe id and once entered, it will import the xml file specified

NOTES:

if there is a command to import, then the script MUST be ran as sudo

sudo ./xml_manager.py -i /full/path/to/labelsealer.xml

if you append -v to the end of the command, verbose information will be printed to the screen.
that is all the commands being ran against the database

if there is any difficulty understanding, you can also run "./xml_manager -h" for more help information


To Import all files in a path:
    The following command will load the etc files (blisterfeeder.xml, labelsealer.xml, or motorControl.xml)
        into the database. This must be ran for each dafe that needs to be put into the database.



./xml_manager.py -t L60 -s SERIAL  -I /PATH/TO/ETC


./xml_manager.py -t C60 -s SERIAL  -I /PATH/TO/ETC


