4 lines
127 B
Python
4 lines
127 B
Python
touch scripts/__init__.py
|
|
git add scripts/__init__.py
|
|
git commit -m "fix: add init file to scripts module"
|
|
git push origin main |