UPDATE
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import yaml
|
||||
|
||||
def load_apis():
|
||||
with open("apis.yaml", "r") as f:
|
||||
return yaml.safe_load(f)
|
||||
|
||||
Reference in New Issue
Block a user