File size: 145 Bytes
d84f8d0
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
Backward-compatible import shim for older WavCoch repos.
"""

from .configuration_wavcoch import WavCochConfig


__all__ = ["WavCochConfig"]