7 lines
99 B
Python
Raw Normal View History

2025-10-03 20:11:14 +02:00
from .Utils import *
from .Utils import get_default_device
__all__ = [
"get_default_device"
]