We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d538ce commit 40504b8Copy full SHA for 40504b8
1 file changed
main.py
@@ -0,0 +1,7 @@
1
+import os, time
2
+from dotenv import load_dotenv
3
+
4
+load_dotenv()
5
6
+print(os.time())
7
+print(time.now())
0 commit comments