Finally added __init__.py to the text module and modified the __init__.py in pgui.
This commit is contained in:
parent
38e8be3318
commit
34bf8df7ed
2 changed files with 4 additions and 0 deletions
|
@ -1 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
|
from . import page_system
|
||||||
|
|
||||||
|
|
1
wobbl_tools/text/__init__.py
Normal file
1
wobbl_tools/text/__init__.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#!/usr/bin/python3
|
Loading…
Add table
Reference in a new issue