Finally added __init__.py to the text module and modified the __init__.py in pgui.

This commit is contained in:
The Wobbler 2025-01-08 16:41:01 +01:00
parent 38e8be3318
commit 34bf8df7ed
2 changed files with 4 additions and 0 deletions

View file

@ -1 +1,4 @@
#!/usr/bin/python3
from . import page_system

View file

@ -0,0 +1 @@
#!/usr/bin/python3