Files
i2p.itoopie/apps/sam/python/src/i2p/__init__.py

21 lines
318 B
Python
Raw Normal View History

"""
i2p -- I2P Python interface
"""
__all__ = ['Error', 'RouterError', 'sam', 'eep', 'router']
class Error(Exception):
"""Base class for all I2P errors."""
class RouterError(Error):
"""Could not connect to router."""
import sam
import eep
import router
# Internal use only
#import samclasses as _samclasses