# -*- coding: utf-8 -*- """ 推理模块 """ from .f0_extractor import ( F0Extractor, get_f0_extractor, shift_f0, F0Method ) __all__ = [ "F0Extractor", "get_f0_extractor", "shift_f0", "F0Method" ]