mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-09 02:54:14 +01:00
6 lines
88 B
Python
6 lines
88 B
Python
![]() |
import yaml
|
||
|
|
||
|
with open("config.yml", 'r') as f:
|
||
|
global conf
|
||
|
conf = yaml.load(f)
|