[toga.backends]
web = toga_web

[toga_core.backend.toga_web]
ActivityIndicator = toga_web.widgets.activityindicator:ActivityIndicator
App = toga_web.app:App
Box = toga_web.widgets.box:Box
Button = toga_web.widgets.button:Button
Canvas = toga_web.widgets.canvas:Canvas
Command = toga_web.command:Command
DateInput = toga_web.widgets.dateinput:DateInput
Divider = toga_web.widgets.divider:Divider
Font = toga_web.fonts:Font
Icon = toga_web.icons:Icon
Label = toga_web.widgets.label:Label
MainWindow = toga_web.window:MainWindow
MenuStatusIcon = toga_web.statusicons:MenuStatusIcon
PasswordInput = toga_web.widgets.passwordinput:PasswordInput
Paths = toga_web.paths:Paths
ProgressBar = toga_web.widgets.progressbar:ProgressBar
ScrollContainer = toga_web.widgets.scrollcontainer:ScrollContainer
Selection = toga_web.widgets.selection:Selection
SimpleStatusIcon = toga_web.statusicons:SimpleStatusIcon
Slider = toga_web.widgets.slider:Slider
StatusIconSet = toga_web.statusicons:StatusIconSet
Switch = toga_web.widgets.switch:Switch
TextInput = toga_web.widgets.textinput:TextInput
TimeInput = toga_web.widgets.timeinput:TimeInput
Window = toga_web.window:Window
dialogs = toga_web.dialogs
resources = toga_web.resources
