Skip to content

Commit 813b3a4

Browse files
committed
structure changeeeee
1 parent 579cbe9 commit 813b3a4

25 files changed

+69
-50
lines changed

β€Žsrc/core/watcher.pyβ€Ž

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
from PyQt6.QtWidgets import QApplication
22
import sys
3-
from ui.app import SakuraApp
3+
from sakura_sorter.ui.app import SakuraApp
44

55
def main():
66
app = QApplication(sys.argv)
77

88
sakura = SakuraApp()
99
sakura.run()
1010

11-
sys.exit(app.exec())
11+
sys.exit(app.exec())
12+
13+
if __name__ == "__main__":
14+
main()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)