"""Mapping to and from word pieces.""" from pathlib import Path class WordPieces: def __init__(self) -> None: pass