Implement a class RED_PAGE for handling redundance pages
This commit is contained in:
12
red_page.py
Normal file
12
red_page.py
Normal 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
|
||||||
Reference in New Issue
Block a user