from .types import INET as INET
from .types import INTERVAL as INTERVAL
from .types import MACADDR as MACADDR
+from .types import MACADDR8 as MACADDR8
from .types import MONEY as MONEY
from .types import OID as OID
from .types import PGBit as PGBit # noqa: F401
from .types import PGInet as PGInet # noqa: F401
from .types import PGInterval as PGInterval # noqa: F401
from .types import PGMacAddr as PGMacAddr # noqa: F401
+from .types import PGMacAddr8 as PGMacAddr8 # noqa: F401
from .types import PGUuid as PGUuid
from .types import REGCLASS as REGCLASS
from .types import TIME as TIME
}
-class MACADDR8(MACADDR):
- __visit_name__ = "MACADDR8"
-
-
ischema_names = {
"_array": _array.ARRAY,
"hstore": _hstore.HSTORE,