Optional
@classmethod ->类方法
from abc import ABC (抽象基类)
@abstractmethod
set.union()
isinstance()
f-string
getattr()
try + exceptException
@property
@staticmethod
attr.factory()
iter()