Implement a class RED_PAGE for handling redundance pages

This commit is contained in:
2015-09-06 15:43:10 +02:00
parent 28d9a26cf1
commit d2dfa15ddf

12
red_page.py Normal file
View File

@@ -0,0 +1,12 @@
class RED_PAGE:
"""Class for handling redundance discussion pages and archives"""
def __init__( self, page ):
"""
Generate a new RED_PAGE object based on the given pywikibot page object
@param page page
"""
return