aboutsummaryrefslogtreecommitdiff
path: root/myapp/myapp.py
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-11-08 10:44:42 -0700
committerCody Hiar <cody@hiar.ca>2021-11-08 10:44:42 -0700
commit787ebb838510d2915283c78758a36f7dab636384 (patch)
treef0abd635c8f03d4e83ca8217fe56b8bcaf67eec3 /myapp/myapp.py
Initial commitHEADmaster
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()