Bump to version 0.7
[pycomedi.git] / pycomedi / device_holder.pyx
1 # Copyright
2
3
4 cdef class DeviceHolder (object):
5     "Minimal comedi_t * wrapper to avoid circular imports"
6     def __cinit__(self):
7         self.device = NULL