Blame view

egs/wsj/s5/steps/libs/__init__.py 172 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
  
  
  # Copyright 2016    Vimal Manohar
  # Apache 2.0.
  
  """ This package contains modules and subpackages used in kaldi scripts.
  """
  
  from . import common
  
  __all__ = ["common"]