Belle II Software development
__init__.py
1
8'''
9This module contains helper functions and classes for generating multiple
10channels in a single job. It is designed for run dependent MC production.
11'''
12from .constants import EventCode, EventCodes_llXX, EventCodes_hhISR # noqa
13from .core import add_generators # noqa