plugin.audio.librespot/resources/lib/deps/zeroconf/_services/__init__.pxd
2024-02-21 01:17:59 -05:00

11 lines
127 B
Cython

import cython
cdef class Signal:
cdef list _handlers
cdef class SignalRegistrationInterface:
cdef list _handlers