bec/data_processing/launch.py

5 lines
72 B
Python

from data_processing import main
if __name__ == "__main__":
main()