Move file directories

This commit is contained in:
Jose De Freitas 2021-03-07 15:14:20 -05:00
parent d5b623991a
commit e01cf285c8
11 changed files with 163 additions and 163 deletions

View File

@ -1,7 +1,7 @@
import pathlib
here = pathlib.Path(__file__).parent
file_readme = here / '../../readme.md'
file_readme = here / '../../../readme.md'
with open(file_readme, 'r') as read_readme:
content = read_readme.readlines()

View File

@ -1,7 +1,7 @@
import pathlib
here = pathlib.Path(__file__).parent
file_readme = here / '../../readme.md'
file_readme = here / '../../../readme.md'
with open(file_readme, 'r') as read_readme:
content = read_readme.readlines()

View File

@ -1,7 +1,7 @@
import pathlib
here = pathlib.Path(__file__).parent
file_readme = here / '../../readme.md'
file_readme = here / '../../../readme.md'
with open(file_readme, 'r') as read_readme:
content = read_readme.readlines()

View File

@ -1,5 +1,5 @@
{
"Tech_With_Tim": 11,
"Tech_With_Tim": 0,
"Derek_Banas": 0,
"Don_Jones": 0,
"Corey_Schafer": 0,