"""Train the Mikav tokenizer.""" from scripts.train_tokenizer import main if __name__ == "__main__": main()