We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f945a6f + 7e32fdc commit 659eaa8Copy full SHA for 659eaa8
lesson-1-Foundation/FlaskRecap/FlaskRecap.py
@@ -1,3 +1,5 @@
1
+#!/usr/bin/python
2
+# -*- coding: iso-8859-15 -*-
3
from flask import Flask, request, jsonify, abort
4
5
app = Flask(__name__)
0 commit comments