/**
  * Package module for the Djina framework
  *
  * Copyright:
  *     Copyright (c) 2018, Maxim Tyapkin.
  * Authors:
  *     Maxim Tyapkin
  * License:
  *     This software is licensed under the terms of the BSD 3-clause license.
  *     The full terms of the license can be found in the LICENSE.md file.
  */

module djinja;

public
{
    // import djinja.ast;
    import djinja.djinja;
    import djinja.exception;
    // import djinja.lexer;
    // import djinja.parser;
    // import djinja.render;
}