#! /usr/bin/python3 -sP
# -*- coding: utf-8 -*-

import sys

from seedboxtools.uploader import main

if __name__ == "__main__":
    sys.exit(main())
