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

11 lines
231 B
Python

import sys
sys.path.append('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 *