Files
rns-page-node/rns_page_node/__init__.py
2025-09-30 21:37:51 -05:00

7 lines
123 B
Python

"""RNS Page Node package.
A minimal Reticulum page node that serves .mu pages and files over RNS.
"""
__all__ = ["main"]