Skip to content

Commit

Permalink
Add source changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmskov committed Aug 14, 2023
1 parent 7e1d6cf commit a8f9031
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Stochascape.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
module Stochascape

using Distributions
using SparseArrays
using Serialization

using Plots

# Write your package code here.
include("abstraction.jl")
include("visualize.jl")

end

0 comments on commit a8f9031

Please sign in to comment.