server/src/app/Commands/Command.php
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 17:00:02 +0100
changeset 48 9ef0952033e0
parent 2 00e2916104fe
permissions -rw-r--r--
add example of visualisation for "chonologie"

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}