create src module for source code

This commit is contained in:
PAN Lei
2022-07-04 22:16:51 +02:00
parent 49c97c7b96
commit a2488a83f5
40 changed files with 79 additions and 92 deletions
+5
View File
@@ -0,0 +1,5 @@
from distutils.core import setup
from Cython.Build import cythonize
setup(name='appointment tool',
ext_modules=cythonize('./src/workers/commandor_page.py'))