Spaces:
Paused
Paused
Update ملفات __init__.py
Browse files- ملفات __init__.py +5 -5
ملفات __init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
1 |
+
# إنشاء ملف __init__.py في كل مجلد
|
2 |
+
touch /home/user/app/web/__init__.py
|
3 |
+
touch /home/user/app/web/pages/__init__.py
|
4 |
+
touch /home/user/app/web/components/__init__.py
|
5 |
+
touch /home/user/app/utils/__init__.py
|