aboutsummaryrefslogtreecommitdiff
path: root/myapp/myapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'myapp/myapp.py')
-rw-r--r--myapp/myapp.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/myapp/myapp.py b/myapp/myapp.py
new file mode 100644
index 0000000..7f5c16b
--- /dev/null
+++ b/myapp/myapp.py
@@ -0,0 +1,8 @@
+import requests
+
+import mylib
+
+
+print(requests.get("https://www.google.com"))
+print(requests.__version__)
+mylib.hello_world()