diff options
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +from flask import Flask + +app = Flask(__name__) + +@app.route('/') +def index(): + return 'hello' |
![]() |
index : ipcli.app | |
| Fetch your IP address and whois information from the terminal 🏝️ |
| summaryrefslogtreecommitdiff |