preprocess_data.py 124 Bytes
Newer Older
1
2
3
4
5
6
## Wrapper for mace.cli.run_train.main ##

from mace.cli.preprocess_data import main

if __name__ == "__main__":
    main()