slaughterjames / MMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Management System Class (MMS) - Copyright 2019 James Slaughter, This file is part of MMS v0.1.

MMS v0.1 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

MMS v0.1 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with MMS v0.1. If not, see http://www.gnu.org/licenses/.

Usage: Import: from mms import mms

Example to initialize the class: MMS = mms(, , , )

Example to execute a module: ret = 0 ret = MMS.OrganizeModules(<object containing information necessary to execute the mod

CHANGELOG VERSION v0.1:

  • Initial commit

About


Languages

Language:Python 100.0%