"""Go-aware BPE tokenizer.""" from llm_go.tokenizer.go_tokenizer import GoTokenizer __all__ = ["GoTokenizer"]