zeiterfassung/playgound.py
2025-04-27 10:58:47 +02:00

5 lines
79 B
Python

from nicegui import ui
ui.time().props('now-btn format24h')
ui.run(port=9000)