diff --git a/source/eventy/package.d b/source/eventy/package.d new file mode 100644 index 0000000..e4770be --- /dev/null +++ b/source/eventy/package.d @@ -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; \ No newline at end of file