Alle Dateien aus dem Pythonkurs
 
 
 
 

5 lines
85 B

from cpython.datetime cimport datetime
cdef class ABCTimestamp(datetime):
pass