7 lines
120 B
Python
7 lines
120 B
Python
|
# -*- encoding: utf-8 -*-
|
||
|
from latecomers.config import Config
|
||
|
|
||
|
|
||
|
config = Config("./devloop/config.yaml")
|
||
|
print(config)
|