mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-08-10 07:00:30 +02:00
moves device_connection.py to device_connection module
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from pydase.components.device_connection.device_connection import DeviceConnection
|
||||
|
||||
__all__ = [
|
||||
"DeviceConnection",
|
||||
]
|
||||
Reference in New Issue
Block a user