Removed dead code
This commit is contained in:
Jamie Hardt
2019-01-03 18:24:36 -08:00
parent ed8b5f167e
commit 477c71830e
2 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +1,13 @@
# -*- coding: utf-8 -*-
# :module:`wavinfo` provides methods to probe a WAV file for
# various kinds of production metadata.
#
#
#
#
from .wave_reader import WavInfoReader
__version__ = 1.0