chore: removing traces of old library

Former-commit-id: f1a04758bd7d96e606be29fd55682306e5ec44a2
This commit is contained in:
cschen 2024-09-18 17:38:59 +02:00
parent ea4d0ef075
commit 9bc9ef5e95
3 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ test*
__pycache__/
.pytest_cache/
*.py[cod]
*.so
# cargo
*.lock

View file

@ -1,5 +0,0 @@
from .codemp import *
__doc__ = codemp.__doc__
if hasattr(codemp, "__all__"):
__all__ = codemp.__all__

View file

@ -1 +0,0 @@
07324deddcc8b8e2c9b1993a8b8286fece4a42a1