修改为相对导入

This commit is contained in:
Jing Ling
2020-05-08 18:44:28 +08:00
parent 5d64f69348
commit 8920a52a0f
+2 -2
View File
@@ -5,10 +5,10 @@
示例 示例
""" """
import oneforall from oneforall import OneForAll
if __name__ == '__main__': if __name__ == '__main__':
test = oneforall.OneForAll(target='hackfun.org') test = OneForAll(target='hackfun.org')
test.brute = True test.brute = True
test.req = True test.req = True
test.takeover = True test.takeover = True