Initial commit

This commit is contained in:
2023-06-22 19:48:06 +02:00
parent 7a4cf6211c
commit 48b68173a3
13 changed files with 4472 additions and 3 deletions

View File

@@ -1,2 +1,10 @@
# PythonCythonTemplate
Python project template with a C++ extension
# TEST
## Project template with a python package and a C++ extension
### Installation
```bash
pip install -e .
python test.py
```