__init__.py 118 B

1234
  1. from .example_head import ExampleHead
  2. from .example_loss import ExampleLoss
  3. __all__ = ['ExampleHead', 'ExampleLoss']