comparison main.py @ 3:eb2aa09653bd default tip

beginnings of CPU colors, daemon
author Brad Greco <brad@bgreco.net>
date Mon, 29 Mar 2021 20:27:09 -0400
parents b6d0a1e6ba3a
children
comparison
equal deleted inserted replaced
2:091a1f59a79c 3:eb2aa09653bd
1 from ui.main_window import MainWindow 1 from ui.main_window import MainWindow
2
2 3
3 def main(): 4 def main():
4 MainWindow().init() 5 MainWindow().init()
5 6
7
6 if __name__ == "__main__": 8 if __name__ == "__main__":
7 main() 9 main()