added using daun library

This commit is contained in:
BarsTiger
2022-04-29 15:18:07 +03:00
parent c14bbc2c23
commit 18448f4d20

10
modules/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
import sys
sys.path.append('daun/modules')
from .download import *
from .path import *
from .player import *
from .process import *
from .screenshot import *
from .thread import *
from .wallpaper import *
from .wallpaperengine import *