修改自动集成化设置

This commit is contained in:
shmilylty
2019-08-04 19:39:17 +08:00
parent 84b64f8f99
commit 95bfa6030a
3 changed files with 3 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env python3
# coding=utf-8
"""
示例
"""
import oneforall
test = oneforall.OneForAll(target='example.com')
test.run()