Belle II Software  release-05-01-25
rawdata_compatibility_phase2.py
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 
4 from rawdata_compatibility_base import test_raw
5 
6 if __name__ == "__main__":
7  # not tests yet for phase2
8  pass