advclip/main.py

9 lines
83 B
Python

from train.hash_train import Trainer
if __name__ == "__main__":
Trainer()