Added setup.py to fix setup error

This commit is contained in:
Artem Tokarev 2025-01-28 20:46:16 +00:00
parent a74a59f8a9
commit b2c21c5018

3
setup.py Normal file
View File

@ -0,0 +1,3 @@
from setuptools import setup
setup()