Skip to content

Commit

Permalink
display banner consistently at each import
Browse files Browse the repository at this point in the history
Fixes #390
  • Loading branch information
exaexa committed Aug 2, 2021
1 parent 51f6f8f commit 71cc7c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/COBREXA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ import Base: findfirst, getindex, show
import Pkg
import SBML # conflict with Reaction struct name


include("banner.jl")
_print_banner()

function __init__()
_print_banner()
end

# autoloading
const _inc(path...) = include(joinpath(path...))
Expand Down

0 comments on commit 71cc7c8

Please sign in to comment.