Add docstring

This commit is contained in:
Sudo-Ivan
2025-09-30 21:37:51 -05:00
parent 14b5aabf2b
commit 6f393497f0

View File

@@ -1,2 +1,6 @@
# rns_page_node package
"""RNS Page Node package.
A minimal Reticulum page node that serves .mu pages and files over RNS.
"""
__all__ = ["main"]