10 lines
185 B
Python
Raw Normal View History

2019-07-22 21:01:26 +03:00
# This Python file uses the following encoding: utf-8
2019-10-06 20:17:52 +03:00
from BuildBotLib.basemodule import BaseModule
2019-07-22 21:01:26 +03:00
2019-07-23 17:13:55 +03:00
2019-10-06 19:29:14 +03:00
class NPM(BaseModule):
2019-07-23 17:13:55 +03:00
2019-10-06 19:29:14 +03:00
def __init__(self):
2019-12-26 16:44:36 +03:00
BaseModule.__init__(self)