Create package.d

This commit is contained in:
Tristan B. Velloza Kildaire 2021-09-08 12:51:53 +02:00
parent 179203caef
commit c1c4225800
1 changed files with 7 additions and 0 deletions

7
source/eventy/package.d Normal file
View File

@ -0,0 +1,7 @@
module eventy;
public import eventy.event;
public import eventy.exceptions;
public import eventy.engine;
public import eventy.queues;
public import eventy.signal;