mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-26 17:23:35 +05:00
refactor(KIAUH): add application root to sys path
shortens imports and helps with auto imports from IDE Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
# This file may be distributed under the terms of the GNU GPLv3 license #
|
||||
# ======================================================================= #
|
||||
|
||||
from kiauh.core.menus.main_menu import MainMenu
|
||||
from kiauh.utils.logger import Logger
|
||||
from core.menus.main_menu import MainMenu
|
||||
from utils.logger import Logger
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user