Skip to content

Commit

Permalink
Remove shebang from __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
celynw committed Jan 29, 2024
1 parent f10f102 commit 57b349b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kellog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/usr/bin/env python3
"""Extremely easy to use python `print()` replacement with coloured output and status icons."""
from ._kellog import Kellog, critical, debug, error, info, log_args, warning

0 comments on commit 57b349b

Please sign in to comment.