mirror of https://github.com/deavmi/gogga.git
parent
eef86c82e1
commit
98b65305a5
|
@ -3,5 +3,14 @@
|
||||||
*/
|
*/
|
||||||
module gogga;
|
module gogga;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The logging class which provides the logging print
|
||||||
|
* calls, controlling of style and whether to debug or
|
||||||
|
* not
|
||||||
|
*/
|
||||||
public import gogga.core : GoggaLogger;
|
public import gogga.core : GoggaLogger;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The gogga styles supported
|
||||||
|
*/
|
||||||
public import gogga.transform : GoggaMode;
|
public import gogga.transform : GoggaMode;
|
Loading…
Reference in New Issue