mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
6 lines
85 B
Cython
6 lines
85 B
Cython
from cpython.datetime cimport datetime
|
|
|
|
|
|
cdef class ABCTimestamp(datetime):
|
|
pass
|