Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
31fc8ac
1
Parent(s):
c1b14f2
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,8 @@ from io import StringIO
|
|
6 |
from collections import OrderedDict
|
7 |
|
8 |
|
|
|
|
|
9 |
"""
|
10 |
# app.py
|
11 |
import config # This imports your configuration settings and runs any setup code
|
|
|
6 |
from collections import OrderedDict
|
7 |
|
8 |
|
9 |
+
from notion_client import Client as client_notion
|
10 |
+
|
11 |
"""
|
12 |
# app.py
|
13 |
import config # This imports your configuration settings and runs any setup code
|