Khachatur Mirijanyan commited on
Commit ·
8380f74
1
Parent(s): b59e4ee
gitignore
Browse files- .gitignore +1 -0
- app.py +1 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*.db
|
app.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
print('Hello')
|