Skip to content

Commit 4e3a082

Browse files
committed
Add docstring to package __init__.py
Introduce a placeholder docstring at the top of the __init__.py file. This serves as a placeholder for a proper package description to be updated later. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
1 parent 13e9166 commit 4e3a082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

my_pkg/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Demo init.""" # todo: change to package description.
2+
13
from importlib.metadata import version
24

35
__version__ = version("my-pkg") # todo: replace with your package name

0 commit comments

Comments
 (0)