6 lines
85 B
Cython
6 lines
85 B
Cython
|
from cpython.datetime cimport datetime
|
||
|
|
||
|
|
||
|
cdef class ABCTimestamp(datetime):
|
||
|
pass
|