added using daun library
This commit is contained in:
10
modules/__init__.py
Normal file
10
modules/__init__.py
Normal 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 *
|
||||
Reference in New Issue
Block a user