Mercurial > repos > ulfschaefer > vcfs2fasta
view phe/__init__.py @ 20:7ac17b6d031e draft
Uploaded
| author | ulfschaefer |
|---|---|
| date | Fri, 18 Dec 2015 07:31:09 -0500 |
| parents | f72039c5faa4 |
| children |
line wrap: on
line source
if __name__ == "phe": # If this package is added as library, append extended path. from pkgutil import extend_path __path__ = extend_path(__path__, __name__)
