File size: 95 Bytes
085809d
 
 
 
 
1
2
3
4
5
from humanizer import main

if __name__ == "__main__":
    trainer = main()
    trainer.train()