Proposed file structure rework and required file changes

This commit is contained in:
bmaltais
2022-12-18 15:24:46 -05:00
parent bedea62ff0
commit c5cca931ab
24 changed files with 296 additions and 4 deletions

3
setup.py Normal file
View File

@@ -0,0 +1,3 @@
from setuptools import setup, find_packages
setup(name = "library", packages = find_packages())