class Config: def __init__(self): self.cache_dir = "./pre_trained_models" self.model_checkpoints = "./model_checkpoints" config = Config()