from typing import Type def with_metaclass(meta: Type[type], *bases: type) -> type: pass