big commit.jpeg

This commit is contained in:
Xevion
2019-08-08 04:39:26 -05:00
parent c9ba6add63
commit ec3e7c0fd4
6 changed files with 112 additions and 22 deletions

View File

@@ -1,5 +1,7 @@
import sys, os
from package import app
os.environ["GOOGLE_APPLICATION_CREDENTIALS"]=os.path.join(sys.path[0], 'package', 'key', 'photo_tagging_service.json')
if __name__ == "__main__":
import os
from package.app import run
os.exit(app.run())
sys.exit(app.run())