mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-15 22:32:11 +08:00
4 lines
109 B
Cython
4 lines
109 B
Cython
from .h3lib cimport H3Error
|
|
cdef check_for_error(H3Error err)
|
|
cdef check_for_error_msg(H3Error err, str msg)
|