Add module statement to esv.d
This commit is contained in:
parent
6efe117545
commit
c21ab033ee
1 changed files with 2 additions and 0 deletions
2
esv.d
2
esv.d
|
@ -18,6 +18,8 @@
|
||||||
* along with esv. If not, see <http://www.gnu.org/licenses/>.
|
* along with esv. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
module esv;
|
||||||
|
|
||||||
import std.conv : to, ConvException;
|
import std.conv : to, ConvException;
|
||||||
import std.exception : enforce;
|
import std.exception : enforce;
|
||||||
import std.file : exists, mkdirRecurse, write, FileException;
|
import std.file : exists, mkdirRecurse, write, FileException;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue