1 /** 2 * Package module for global algorithms 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.algo; 14 15 public 16 { 17 import djinja.algo.filters; 18 import djinja.algo.functions; 19 import djinja.algo.tests; 20 }