Remove old, unused file

This commit is contained in:
ines 2017-10-27 15:34:35 +02:00
parent 91899d337b
commit 1a559d4c95
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
cdef class Binder:
def __init__(self, *docs):
pass
def __iter__(self):
pass
def __reduce__(self):
pass
def to_bytes(self):
pass
def from_bytes(cls, data):
pass
def to_disk(self):
pass
def from_disk(self, path):
pass