Skip to content

Commit 2e2cc65

Browse files
committed
Comment in configure()
1 parent 1bf2fe2 commit 2e2cc65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cnn/cnn.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
from pathlib import Path
2525

2626
def configure():
27+
"""Read from configuration file
28+
"""
2729
CWD = Path.cwd()
2830
CWD_CONFIG = Path(f"{CWD}/.cnnrc")
2931
HOME = Path.home()

0 commit comments

Comments
 (0)