1
2
3
4
5
from cpython.datetime cimport datetime
 
 
cdef class ABCTimestamp(datetime):
    pass