mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-27 08:45:20 -04:00
Preliminary I2P Interface support
This commit is contained in:
parent
07a65609b4
commit
fa82989a2e
11 changed files with 1247 additions and 1 deletions
5
RNS/vendor/i2plib/log.py
vendored
Normal file
5
RNS/vendor/i2plib/log.py
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
"""Logging configuration."""
|
||||
import logging
|
||||
|
||||
# Name the logger after the package.
|
||||
logger = logging.getLogger(__package__)
|
Loading…
Add table
Add a link
Reference in a new issue