Spaces:
Sleeping
Sleeping
Gabriel Okiri
commited on
Commit
·
01a3c03
1
Parent(s):
4983f5e
//
Browse files- __init__.py +3 -3
- app/interface/__init__.py +3 -3
- app/model/__init__.py +3 -3
- app/utils/__init__.py +3 -3
- scripts/__init__.py +3 -3
- tests/__init__.py +3 -0
__init__.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
touch /
|
2 |
-
touch /
|
3 |
-
touch /
|
|
|
1 |
+
touch /home/user/app/__init__.py
|
2 |
+
touch /home/user/app/model/__init__.py
|
3 |
+
touch /home/user/app/interface/__init__.py
|
app/interface/__init__.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
touch /
|
2 |
-
touch /
|
3 |
-
touch /
|
|
|
1 |
+
touch /home/user/app/__init__.py
|
2 |
+
touch /home/user/app/model/__init__.py
|
3 |
+
touch /home/user/app/interface/__init__.py
|
app/model/__init__.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
touch /
|
2 |
-
touch /
|
3 |
-
touch /
|
|
|
1 |
+
touch /home/user/app/__init__.py
|
2 |
+
touch /home/user/app/model/__init__.py
|
3 |
+
touch /home/user/app/interface/__init__.py
|
app/utils/__init__.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
touch /
|
2 |
-
touch /
|
3 |
-
touch /
|
|
|
1 |
+
touch /home/user/app/__init__.py
|
2 |
+
touch /home/user/app/model/__init__.py
|
3 |
+
touch /home/user/app/interface/__init__.py
|
scripts/__init__.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
touch /
|
2 |
-
touch /
|
3 |
-
touch /
|
|
|
1 |
+
touch /home/user/app/__init__.py
|
2 |
+
touch /home/user/app/model/__init__.py
|
3 |
+
touch /home/user/app/interface/__init__.py
|
tests/__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
touch /home/user/app/__init__.py
|
2 |
+
touch /home/user/app/model/__init__.py
|
3 |
+
touch /home/user/app/interface/__init__.py
|