gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: P


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: Python tutorial stub
Date: Mon, 20 Feb 2017 19:33:22 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant-frontend-examples.

The following commit(s) were added to refs/heads/master by this push:
     new 1975048  Python tutorial stub
1975048 is described below

commit 197504825e3b6da9bec822247a4815eace1bc377
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 20 19:33:04 2017 +0100

    Python tutorial stub
---
 Python/tutorial.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Python/tutorial.py b/Python/tutorial.py
new file mode 100644
index 0000000..d82c51f
--- /dev/null
+++ b/Python/tutorial.py
@@ -0,0 +1,6 @@
+from flask import Flask
+app = Flask(__name__)
+
address@hidden('/')
+def hello_world():
+    return 'Hello, World!'

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]