Repository URL to install this package:
from cpython.datetime cimport datetime cdef class ABCTimestamp(datetime): pass