We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bf287 commit 3120cd2Copy full SHA for 3120cd2
config.py
@@ -0,0 +1,8 @@
1
+config = {
2
+ 'db_path': 'your_path',
3
+ 'port': 5555
4
+ }
5
+
6
7
+def get_config():
8
+ return config
0 commit comments