fullcalendar_test.py 55 B

1234567
  1. from nicegui import ui
  2. ui.fullcalendar([])
  3. ui.run()