4 lines
65 B
Python
4 lines
65 B
Python
from datetime import datetime
|
|
|
|
class ABCTimestamp(datetime): ...
|
from datetime import datetime
|
|
|
|
class ABCTimestamp(datetime): ...
|