Перерисована вторая страница

Добавлена структура для выноса общих функций
Проект сломан. Работает только 1я страница. Рефакторинг
This commit is contained in:
danamir
2018-12-09 18:49:44 +03:00
parent 7b1ffc3071
commit 0c7e94676c
8 changed files with 441 additions and 441 deletions

10
generalfunction.py Normal file
View File

@@ -0,0 +1,10 @@
import os
def getFullPath(file):
put = os.getcwd()
path = str(put) + '\\' + file
return path
file =img/good.jpg
p1 = getFullPath("img\error.jpg")
print(p1)