Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Apr 30, 2024
1 parent c677523 commit 4c3230a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pkg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Python Package Template"""
#!/usr/bin/env python
"""Python Package: pkg"""

from __future__ import annotations

__version__ = "0.0.1"

0 comments on commit 4c3230a

Please sign in to comment.