4 lines
84 B
Python
4 lines
84 B
Python
from algorithm.config import Configer
|
|
|
|
config = Configer.load_config()
|
|
print(config) |