better imports

This commit is contained in:
BarsTiger
2022-04-29 15:02:44 +03:00
parent 9ad767da8e
commit c14bbc2c23
3 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
# --- Before /// # --- Before ///
import argparse import argparse
import sys
sys.path.append('modules')
parser = argparse.ArgumentParser(prog='daun', parser = argparse.ArgumentParser(prog='daun',
description='Dumb Additional Util Nativeier - if you see this but didn\'t download ' description='Dumb Additional Util Nativeier - if you see this but didn\'t download '

View File

@@ -1,4 +0,0 @@
from modules.wallpaper import set_wallpaper
from modules.screenshot import save_screenshot

View File

@@ -1,5 +1,5 @@
# Module to enable and disable wallpaper engine # Module to enable and disable wallpaper engine
from modules.process import get_location from process import get_location
import os import os