This website requires JavaScript.
Explore
Help
Register
Sign In
sajad-dev
/
Tests
Watch
1
Star
0
Fork
0
You've already forked Tests
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
develop
Tests
/
utils
/
yaml_loader.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
7 lines
111 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
UPDATE
2026-05-06 22:16:58 +03:30
import
yaml
UPDATE
2026-05-06 22:41:53 +03:30
def
load_config
(
)
:
with
open
(
"
config/apis.yaml
"
,
"
r
"
)
as
f
:
UPDATE
2026-05-06 22:16:58 +03:30
return
yaml
.
safe_load
(
f
)
Reference in New Issue
Copy Permalink