Belle II Software development
execute_pickled_path.py
1#!/usr/bin/env python3
2
3
10
11import basf2 as b2
12
13# for actual implementation, see process()
14b2.process(None)