plugin.audio.librespot/resources/lib/deps/zeroconf/_services/__init__.pxd

12 lines
127 B
Cython
Raw Normal View History

2024-02-21 06:17:59 +00:00
import cython
cdef class Signal:
cdef list _handlers
cdef class SignalRegistrationInterface:
cdef list _handlers