mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Resolves #85366 Pull Request resolved: https://github.com/pytorch/pytorch/pull/85599 Approved by: https://github.com/lezcano, https://github.com/mruberry
6 lines
51 B
Python
6 lines
51 B
Python
from . import windows
|
|
|
|
__all__ = [
|
|
'windows'
|
|
]
|