Advertisement
Guest User

Untitled

a guest
May 21st, 2022
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
  6.     <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
  7.     <title>Weather</title>
  8.     <py-env>
  9.         - pyowm
  10.         - pkg_resources
  11.     </py-env>
  12. </head>
  13. <body>
  14.     <py-script>import pyowm</py-script>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement