Initial import (#1995676)

This commit is contained in:
Zane Bitter 2021-08-25 16:58:09 -04:00
commit db542e4e52
4 changed files with 96 additions and 0 deletions

3
setup.py Normal file
View file

@ -0,0 +1,3 @@
from setuptools import setup
setup(install_requires=["setuptools>=30.3.0"])