Skip to content

Commit

Permalink
added module description
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmore committed Dec 16, 2024
1 parent 7ea4b66 commit 3cffb3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/statsy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
This module provides ready-use functions for statistical and mathematical methods. \n
Dependencies : None \n
License: Apache 2.0 \n
"""
from .main import *
from .Conversion import *
from .Constants import *
Expand Down

0 comments on commit 3cffb3d

Please sign in to comment.