mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 00:40:01 +02:00
moves device_connection.py to device_connection module
This commit is contained in:
parent
529d61c77d
commit
e78dc2defb
5
src/pydase/components/device_connection/__init__.py
Normal file
5
src/pydase/components/device_connection/__init__.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from pydase.components.device_connection.device_connection import DeviceConnection
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
"DeviceConnection",
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user