Files
daun/modules/__init__.py
2022-04-29 15:18:07 +03:00

11 lines
236 B
Python

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 *