Files
2025-09-07 22:09:54 +02:00

4 lines
65 B
Python

from datetime import datetime
class ABCTimestamp(datetime): ...