1
0
Fork 0
forked from Fuji/Fuji
Fuji/src/pages/timetable.py

11 lines
No EOL
215 B
Python

import flet as ft
from i18n import _
def TimetablePage():
return ft.Column([
ft.Text((_("Timetable")), size=30, weight="bold"),
ft.Placeholder()
])