Python: Expose Timer and TimerMode

This commit is contained in:
Simon Hausmann 2024-03-06 17:17:48 +01:00
parent 14b371beff
commit b075fa8acd

View file

@ -154,3 +154,5 @@ Brush = native.PyBrush
Model = native.PyModelBase
ListModel = models.ListModel
Model = models.Model
Timer = native.Timer
TimerMode = native.TimerMode