UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

20 lines 727 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.user = exports.release = exports.project = exports.model = exports.general = exports.docker = exports.device = exports.app = void 0; const app = require("./app"); exports.app = app; const device = require("./device"); exports.device = device; const docker = require("./docker"); exports.docker = docker; const model = require("./model"); exports.model = model; const general = require("./general"); exports.general = general; const project = require("./project"); exports.project = project; const release = require("./release"); exports.release = release; const user = require("./user"); exports.user = user; //# sourceMappingURL=index.js.map