# This Python file uses the following encoding: utf-8 from BuildBotLib.basemodule import BaseModule class NPM(BaseModule): def __init__(self): BaseModule.__init__(self)