Disembl binaries and its dependancies e.g. minimized BioPython distribution and sovgo...
[jabaws.git] / binaries / src / disembl / 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