mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 21:07:50 +08:00
12 lines
133 B
Python
12 lines
133 B
Python
#!/usr/bin/env python3
|
|
# coding=utf-8
|
|
|
|
"""
|
|
示例
|
|
"""
|
|
|
|
import oneforall
|
|
|
|
test = oneforall.OneForAll(target='example.com')
|
|
test.run()
|