Skip to content

Commit

Permalink
stats module mapped
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow committed Apr 30, 2024
1 parent 73a4c45 commit 70b869e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/griml/stats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from reformat import *
from general_stats import *
from basin_stats import *
from method_stats import *
from griml.stats.reformat import *
from griml.stats.general_stats import *
from griml.stats.basin_stats import *
from griml.stats.method_stats import *

0 comments on commit 70b869e

Please sign in to comment.