#!/usr/bin/python3 -sP

if __name__ == '__main__':
    from ffmulticonverter import ffmulticonverter
    ffmulticonverter.main()
