server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Sat, 03 Dec 2016 00:09:28 +0100
changeset 461 9b7a6c099870
parent 2 00e2916104fe
permissions -rw-r--r--
add morphenes to transcripts

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}