1 /** 2 * Package module for the Djina framework 3 * 4 * Copyright: 5 * Copyright (c) 2018, Maxim Tyapkin. 6 * Authors: 7 * Maxim Tyapkin 8 * License: 9 * This software is licensed under the terms of the BSD 3-clause license. 10 * The full terms of the license can be found in the LICENSE.md file. 11 */ 12 13 module djinja; 14 15 public 16 { 17 // import djinja.ast; 18 import djinja.djinja; 19 import djinja.exception; 20 // import djinja.lexer; 21 // import djinja.parser; 22 // import djinja.render; 23 }