#!/opt/anaconda1anaconda2anaconda3/bin/python
if __name__ == '__main__':
    import sys
    from drydock.drydock import main

    sys.exit(main())
