Initial commit (Cython implementation)

This commit is contained in:
Overwatch 2014-08-04 16:51:07 +02:00
commit 6f28ac0382
13 changed files with 1616 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*.so
*.pyc
__pycache__