Belle II Software  release-05-01-25
__init__.py
1 """
2 The skim package python interface.
3 
4 No code can be imported directly from here. Instead you must import from the
5 skim category. For example:
6 
7  from skim.systematics import RadEEList
8 
9 """