mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 07:16:33 -06:00
6 lines
90 B
Python
6 lines
90 B
Python
from configparser import ConfigParser
|
|
|
|
|
|
config = ConfigParser()
|
|
config.read('config.ini')
|