From a20995bb554ec773e2e9abdcc18780c1c67398de Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 20 Jul 2023 20:36:58 +0000 Subject: [PATCH] Update setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index e69de29..fc1f76c 100644 --- a/setup.py +++ b/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup() \ No newline at end of file