diff --git a/ceshi.py b/ceshi.py index 47847fd..1f628ba 100644 --- a/ceshi.py +++ b/ceshi.py @@ -411,3 +411,7 @@ class UPLOAD: def t1(self): run_with_client(self.client) + + +if __name__ == '__main__': + up = UPLOAD()