1
0
mirror of https://github.com/Rhinemann/IoT-Systems.git synced 2026-03-14 20:50:39 +02:00

fix: naming

This commit is contained in:
Toolf 2024-02-26 14:54:25 +02:00
parent e32ba94adc
commit 3a4fa51aa9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Лабораторна робота №2
## Лабораторна робота №5
### Тема
Візуалізація якості стану дорожнього покриття за допомогою фреймворку Kivy.

View File

@ -52,5 +52,5 @@ class MapViewApp(App):
return self.mapview
if __name__ == '__main__':
if __name__ == "__main__":
MapViewApp().run()