Skip to content

Commit 9206041

Browse files
Add module docstring
1 parent 39a9e16 commit 9206041

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

causal_testing/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
"""
2+
This is the CausalTestingFramework Module
3+
It contains 5 subpackages:
4+
data_collection
5+
generation
6+
json_front
7+
specification
8+
testing
9+
"""
10+
111
import logging
212

313
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)