- Added `tasky.engine` module

- Added `tasky.engine` module to the `tasky` package
This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-03 18:41:03 +02:00
parent 0051099c1f
commit b0d0b19a4a
2 changed files with 3 additions and 1 deletions

2
source/tasky/engine.d Normal file
View File

@ -0,0 +1,2 @@
module tasky.engine;

View File

@ -1,3 +1,3 @@
module tasky;
// TODO: do this
public import tasky.engine;