From be4d2be210734092f28ecda6f12feba747291fd4 Mon Sep 17 00:00:00 2001 From: sroth Date: Sun, 13 Apr 2025 23:30:10 +0200 Subject: [PATCH] created config file to define path later when app is compiled --- src/config.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/config.ini diff --git a/src/config.ini b/src/config.ini new file mode 100644 index 0000000..0d59d66 --- /dev/null +++ b/src/config.ini @@ -0,0 +1,3 @@ +[csv] +file_name=address.csv +path= \ No newline at end of file