Wordpresscan/plugins/_thank-you.py

16 lines
281 B
Python
Raw Normal View History

#!/usr/bin/python
# -*- coding: utf-8 -*-
# name : Example Title
# description : Example description
# author : Wordpresscan Team
import requests
name = "Thank You"
def __init__(wordpress):
# INSERT CODE HERE!
2017-03-05 17:41:30 +00:00
print "Thank you for using this software :)"
return