mirror of https://github.com/dnomd343/ProxyC
Dnomd343
3 years ago
5 changed files with 18 additions and 9 deletions
@ -1,6 +1,6 @@ |
|||||
#!/usr/bin/python |
#!/usr/bin/python |
||||
# -*- coding:utf-8 -*- |
# -*- coding:utf-8 -*- |
||||
|
|
||||
from ProxyBuilder.main import build |
from ProxyBuilder.builder import * |
||||
from ProxyBuilder.main import check |
|
||||
from ProxyBuilder.main import destroy |
__all__ = [ 'build', 'check', 'destroy' ] |
||||
|
@ -0,0 +1,3 @@ |
|||||
|
import ProxyBuilder.builder |
||||
|
|
||||
|
ProxyBuilder.builder.test() |
Loading…
Reference in new issue