vnc_console_connection/config.py

6 lines
117 B
Python
Raw Permalink Normal View History

2020-02-26 18:14:50 +00:00
import configparser
config = configparser.ConfigParser(allow_no_value=True)
config.read('config-and-secrets.conf')