mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 02:23:48 +00:00
6 lines
85 B
Cython
6 lines
85 B
Cython
from cpython.datetime cimport datetime
|
|
|
|
|
|
cdef class ABCTimestamp(datetime):
|
|
pass
|