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