#!python

if __name__ == "__main__":
    from degooged_tube import main
    main()
