7 lines
123 B
Python
7 lines
123 B
Python
"""RNS Page Node package.
|
|
|
|
A minimal Reticulum page node that serves .mu pages and files over RNS.
|
|
"""
|
|
|
|
__all__ = ["main"]
|