Compare commits

..

No commits in common. "468f14fe72b0dc851dd5c5fc24e758ebfdbc5d3f" and "525760652e7a12d63a9d8c5503cd7ca74067aa77" have entirely different histories.

89 changed files with 5 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"python.pythonPath": "/usr/bin/python3"
}

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
requests
Pillow