lamassu-server/test/mocks/psql.js

4 lines
84 B
JavaScript

'use strict';
var PostgresqlInterface = module.exports = function (conString) {
};