4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-04-28 06:34:35 +00:00
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)