File: txi2p_endpoint_parsers.py

package info (click to toggle)
python-txi2p-tahoe 0.3.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: python: 3,757; makefile: 165; sh: 3
file content (8 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Copyright (c) str4d <str4d@mail.i2p>
# See COPYING for details.

from txi2p.plugins import I2PClientParser, I2PServerParser


i2pClientEndpointParser = I2PClientParser()
i2pServerEndpointParser = I2PServerParser()