APIs
from dataclasses import dataclass from .TBaseLayer import TBaseLayer [docs] @dataclass class TIdentityLayer(TBaseLayer): pass