Files
OneForAll-mirror/oneforall/example.py
T
2019-08-04 19:39:17 +08:00

12 lines
133 B
Python

#!/usr/bin/env python3
# coding=utf-8
"""
示例
"""
import oneforall
test = oneforall.OneForAll(target='example.com')
test.run()