2019-12-26 16:44:36 +03:00

10 lines
185 B
Python

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