Add pipenv

This commit is contained in:
2021-06-01 12:22:53 +00:00
parent 3d6e9d272c
commit 9eb9afc0e5
6 changed files with 219 additions and 16 deletions

View File

@@ -46,8 +46,8 @@ class App:
return 404
return 200
if __name__ == '__main__':
app = App()