Add module docstrings

master
juga 2 years ago
parent ff81c997a4
commit f5212cf7fc

@ -1,3 +1,4 @@
"""GNUnet REST client following https://rest.gnunet.org/"""
import requests
import socket

@ -1,4 +1,8 @@
# Examples for the Python GNUnet REST Connector
"""Unit tests for the GNUnet REST client.
.. note:: Each of them depends on the state of the previous one.
"""
import os
from pygnunetrest import gnunetrest

Loading…
Cancel
Save