13 lines
234 B
Python
13 lines
234 B
Python
|
|
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
|