Skip to content

Commit c599443

Browse files
committed
Add DAQSession to __init__.py
1 parent 7cc265c commit c599443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyccp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from pyccp.daq import Element
1+
from pyccp.daq import DAQSession, Element
22
from pyccp.node import Node

0 commit comments

Comments
 (0)