#!/usr/bin/python3 -s

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