Skip to content

Commit a5b5f7e

Browse files
authored
Merge pull request #949: io: Split io.py into smaller files under new io/
2 parents 95d9d11 + b31b9bc commit a5b5f7e

13 files changed

+675
-679
lines changed

augur/io.py

-369
This file was deleted.

augur/io/__init__.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""Interfaces for reading and writing data also known as input/output (I/O)
2+
"""
3+
4+
from .file import *
5+
from .metadata import *
6+
from .print import *
7+
from .sequences import *
8+
from .vcf import *

0 commit comments

Comments
 (0)