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