feat: added CRUD operations for timers, created decorator for error handling, added schema ; refactor: updated functions and ; test: moved tests from to , written tests for CRUD operations on timers and database.
This commit is contained in:
@@ -16,13 +16,13 @@ Logger.setLevel(logging.DEBUG)
|
||||
|
||||
class KawaiFocusApp(App):
|
||||
"""Класс для создания приложения"""
|
||||
|
||||
|
||||
title = 'Kawai.Focus'
|
||||
|
||||
|
||||
def build(self):
|
||||
# Загрузка kv файла
|
||||
Builder.load_file('kv/timer_screen.kv')
|
||||
|
||||
|
||||
screen_manager = ScreenManager()
|
||||
screen_manager.add_widget(TimerScreen(name='timers_screen'))
|
||||
return screen_manager
|
||||
|
||||
Reference in New Issue
Block a user