16 linhas
205 B
PHP
16 linhas
205 B
PHP
<?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 {
|
|
|
|
} |