preprocess_data.py 130 Bytes
Newer Older
zcxzcx1's avatar
zcxzcx1 committed
1
2
3
4
5
6
## Wrapper for mace.cli.run_train.main ##

from mace.cli.preprocess_data import main

if __name__ == "__main__":
    main()