Copying Bio-python to globplot to satisfy the dependency
[jabaws.git] / binaries / src / globplot / biopython-1.50 / Bio / writers / SeqRecord / empty.py
1 """Part of an old unused and undocumented sequence writing framework (DEPRECATED)."""
2 from Bio import Writer
3
4 class WriteEmpty(Writer.Writer):
5     pass
6
7 make_writer = WriteEmpty