структура проекта и __init__.py
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
venv/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
.DS_Store
|
||||
/tmp/
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# MyPkg - Менеджер пакетов для Linux
|
||||
|
||||
Курсовая работа.
|
||||
0
mypkg/__init__.py
Normal file
0
mypkg/__init__.py
Normal file
0
mypkg/cli/__init__.py
Normal file
0
mypkg/cli/__init__.py
Normal file
0
mypkg/core/__init__.py
Normal file
0
mypkg/core/__init__.py
Normal file
0
mypkg/database/__init__.py
Normal file
0
mypkg/database/__init__.py
Normal file
0
mypkg/models/__init__.py
Normal file
0
mypkg/models/__init__.py
Normal file
0
mypkg/utils/__init__.py
Normal file
0
mypkg/utils/__init__.py
Normal file
Reference in New Issue
Block a user