10 lines
122 B
V
10 lines
122 B
V
module site
|
|
import os
|
|
|
|
fn test_play_collections() ! {
|
|
|
|
mypath :='${os.dir(@FILE)}/example'
|
|
|
|
mut sc:=new(path:mypath)!
|
|
|
|
} |