8 lines
66 B
Nim
8 lines
66 B
Nim
|
import model/config
|
||
|
|
||
|
export config
|
||
|
|
||
|
var myConfig* = newConfig()
|
||
|
|
||
|
|