/**
* Copyright © Novelate 2020
* License: MIT (https://github.com/Novelate/NovelateEngine/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
* Website: https://novelate.com/
* ------
* Novelate is a free and open-source visual novel engine and framework written in the D programming language.
* It can be used freely for both personal and commercial projects.
* ------
* Module Description:
* The scripting package.
*/
module novelate.scripting;

public
{
  import novelate.scripting.config;
  import novelate.scripting.files;
  import novelate.scripting.parser;
  import novelate.scripting.scene;
}