pytorch/torch/signal/__init__.py

6 lines
51 B
Python

from . import windows
__all__ = [
'windows'
]