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