Skip to content

Commit

Permalink
Export todo function from module
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 7, 2024
1 parent 959f5cb commit 26ded0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makenew_pypackage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""
Package skeleton for a Python module.
"""

from .todo import todo as todo

0 comments on commit 26ded0e

Please sign in to comment.