minor fix

This commit is contained in:
ton
2023-07-06 13:06:49 +07:00
parent ea004f5f45
commit c08b821a29

View File

@@ -8,7 +8,7 @@ files and each file can only depend on the file included before it.
""" """
include("type.jl") include("type.jl")
using .types # bring model into this module namespace (this module is a parent module) using .type # bring model into this module namespace (this module is a parent module)
include("snnUtils.jl") include("snnUtils.jl")
using .snn_utils using .snn_utils