Skip to content

Commit

Permalink
Update files to keep the same as OuroWeb TFS
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike committed Dec 3, 2021
1 parent 7b7f058 commit 7d49da7
Show file tree
Hide file tree
Showing 54 changed files with 5,123 additions and 2,139 deletions.
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"ms-python.vscode-pylance",
"ms-python.python",
"njpwerner.autodocstring",
"ms-vscode.vs-keybindings",
"argutec.argutec-azure-repos"
"ms-vscode.vs-keybindings"
]
}
20 changes: 13 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"version": "1.0",
"configurations": [
{
"type": "python",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}\\pdfconverter.py"
}
{
"type": "python",
"request": "launch",
"name": "Módulo Principal",
"program": "${workspaceFolder}\\pdfconverter.py"
},
{
"type": "python",
"request": "launch",
"name": "Rodar Setup",
"program": "${workspaceFolder}\\setup.py"
}
]
}
}
19 changes: 19 additions & 0 deletions build/lib/pdfconverter/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
"""
---
---
---
## Package: pdfconverter
---
---
### Module Name: pdfconverter (Constructor, __init__)
---
### path: "pdfconverter\\\\\\\\__init__.py"
---
---
Pacote e módulo que representa o projeto PDFConverter.
---
---
---
"""
21 changes: 21 additions & 0 deletions build/lib/pdfconverter/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"""
---
---
---
## Package: pdfconverter
---
---
### Module Name: __main__
---
### path: "pdfconverter\\\\\\\\__main__.py"
---
---
Módulo delimitado como escopo do projeto, atualmente, é o
módulo inicializado por padrão dentro do Workspace do Visual
Code, quando pressionada a tecla 'F5', por exemplo.
---
---
---
"""
Loading

0 comments on commit 7d49da7

Please sign in to comment.