1 /** 2 * Copyright: (c) 2015-2017, Milofon Project. 3 * License: Subject to the terms of the BSD license, as written in the included LICENSE.txt file. 4 * Authors: Maksim Galanin 5 */ 6 module dango.system.container; 7 8 public 9 { 10 import dango.system.container.named : registerByName, resolveByName; 11 }