Files
tcp-chat/config.py

6 lines
90 B
Python

from configparser import ConfigParser
config = ConfigParser()
config.read('config.ini')