aa8e451a58
- Rebuilt of all programs to use the pattern of the new format designed for the new MindCommand class
16 linhas
205 B
PHP
Arquivo Executável
16 linhas
205 B
PHP
Arquivo Executável
<?php
|
|
|
|
/*
|
|
* To change this template, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
namespace Lobe;
|
|
/**
|
|
* Description of Neuron
|
|
*
|
|
* @author felipe
|
|
*/
|
|
abstract class Neuron {
|
|
|
|
} |