diff --git a/esv.d b/esv.d index 56686d1..9026d83 100644 --- a/esv.d +++ b/esv.d @@ -18,6 +18,8 @@ * along with esv. If not, see . */ +module esv; + import std.conv : to, ConvException; import std.exception : enforce; import std.file : exists, mkdirRecurse, write, FileException;