__init__.py 133 字节
Newer Older
M
Mort Yao 已提交
1
#!/usr/bin/env python
M
Mort Yao 已提交
2

M
Mort Yao 已提交
3
from .sohu import *
M
Mort Yao 已提交
4 5 6 7
from .tudou import *
from .yinyuetai import *
from .youku import *
from .youtube import *