Source code for qstem.config_io

from .config_qsc import read_qsc, write_qsc

__all__ = ['read_qsc',
           'write_qsc',
]