7 lines
141 B
Python
Executable File
7 lines
141 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from utils.config import set_config as setting
|
|
|
|
cfg = setting.config()
|
|
|
|
print(cfg.header["G801"], cfg.header["G802"]) |