# -*- coding: utf-8 -*- from classes import BaseTask class Task(BaseTask): """A task to add |blp=yes to {{WPB}} or {{WPBS}} when it is used along with {{WP Biography}}.""" name = "blptag" def __init__(self): pass def run(self, **kwargs): pass