Added shims for utils on using Pytorch

This commit is contained in:
Christian Risi
2025-10-03 20:11:14 +02:00
parent 999141f886
commit 87f24878f4
4 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
from .Utils import *
from .Utils import get_default_device
__all__ = [
"get_default_device"
]