initial: implement get method for static files

This commit is contained in:
Arthur Khachaturov 2024-07-11 00:20:48 +03:00
commit fd57b9ac75
8 changed files with 289 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
__pycache__/
.venv/