import yaml with open('router.yaml') as file: # The FullLoader parameter handles the conversion # from YAML scalar values to Python dictionary interfaces ...
確定! 回上一頁