5 lines
90 B
Python
5 lines
90 B
Python
|
|
from .get_default_device import get_default_device
|
||
|
|
|
||
|
|
__all__ = [
|
||
|
|
"get_default_device"
|
||
|
|
]
|