main.py 97 B

123456
  1. #!/usr/bin/env python3
  2. from nicegui import ui
  3. ui.label('Hello HTTPS encrypted world')
  4. ui.run()