Skip to content

Commit b2b8a3d

Browse files
committed
restructured project for better execution
1 parent aa53609 commit b2b8a3d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Diff for: note_point_extractor/__main__.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
import sys
66

7-
8-
from .gui import gui
9-
from .library import text_handler
7+
from gui import gui
8+
from library import text_handler
109

1110

1211
class NoteExtractor(QtGui.QMainWindow, gui.Ui_MainWindow):

Diff for: note_point_extractor/library/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
from . import text_handler

Diff for: note_point_extractor/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
## Running
44

55
```
6-
python3 -m note_point_extractor
6+
python3 note_point_extractor
77
```

0 commit comments

Comments
 (0)