comparison main.py @ 1:b6d0a1e6ba3a

Linter cleanup
author Brad Greco <brad@bgreco.net>
date Tue, 02 Feb 2021 19:46:01 -0500
parents 11a9d346aa7a
children eb2aa09653bd
comparison
equal deleted inserted replaced
0:11a9d346aa7a 1:b6d0a1e6ba3a
1 from ui.main_window import MainWindow 1 from ui.main_window import MainWindow
2 2
3 def main(): 3 def main():
4 MainWindow().init() 4 MainWindow().init()
5 5
6 if __name__ == "__main__": 6 if __name__ == "__main__":
7 main() 7 main()