2022-05-23 00:16:32 +04:00

6 lines
85 B
Cython

from cpython.datetime cimport datetime
cdef class ABCTimestamp(datetime):
pass