fix: fixes import path

- Import main from absolute if relative path is not available
- Ignored .vscode/ configs
This commit is contained in:
Jovial Joe Jayarson
2020-10-19 12:55:47 +05:30
parent 8c16fb865f
commit 0e61c1620f
2 changed files with 12 additions and 2 deletions

5
.gitignore vendored
View File

@@ -1,2 +1,5 @@
#generated when running the tests
__pycache__/
__pycache__/
# Local VS code configurations
.vscode/