source: sicp/apps/__init__.py @ 752b20d

Last change on this file since 752b20d was 9403c4a, checked in by Ing. Roldan D. Vargas G <rvargas@…>, 9 years ago

modificaciones en documentación

  • Property mode set to 100644
File size: 777 bytes
Line 
1# coding=utf-8
2"""
3Simulador Integral de Cadenas Productivas (SICP)
4
5Copyleft (@) 2015 CENDITEL nodo Mérida - https://miv.cenditel.gob.ve/simulacion/
6"""
7## @namespace apps.__init__
8#
9# Inicializa el módulo apps
10# @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
11# @author <a href='http://www.cenditel.gob.ve'>Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
12# (CENDITEL) nodo Mérida - Venezuela</a>
13# @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
14# @date 04-05-2015
15# @version 3.0.0
16
17## Muestra el autor del script cuando es invocado
18__author__ = "Ing. Roldan Vargas (rvargas at cenditel.gob.ve)"
19## Muestra documentación breve sobre el script
20__doc__    = "Inicializa el módulo apps"
Note: See TracBrowser for help on using the repository browser.