from csst_dfs_client import plan, level0 __all__ = ["CsstMscL1Mbi"] class CsstMscL1Mbi: def __init__(self): pass @staticmethod def schedule( dataset: str = "csst-msc-c9-25sqdeg-v3", obs_type: str = "WIDE", project_id="none", batch_id: str | None = "default", **kwargs, ): pass # # dataset: str = "csst-msc-c9-25sqdeg-v3" # obs_type: str = "WIDE" # project_id="none" # batch_id: str | None = "default" # # plan.find(instrument="MSC")