diff --git a/src/nostr/utils.py b/src/nostr/utils.py deleted file mode 100644 index 474efe2..0000000 --- a/src/nostr/utils.py +++ /dev/null @@ -1,9 +0,0 @@ -"""Placeholder utilities for Nostr. - -This module is intentionally left minimal and will be expanded in future -releases as the Nostr integration grows. -""" - -# The module currently provides no functionality. -# `pass` denotes the intentional absence of implementation. -pass