mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-28 22:54:33 +00:00
10 lines
185 B
Python
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)
|