Files
scientific-surfing/scientific_surfing/__init__.py

12 lines
344 B
Python

"""
Scientific Surfing - A Python package for surfing internet scientifically.
This package provides tools and utilities for surfing internet scientifically,
including clash rss subscription support, custom routing rules, and others.
"""
__version__ = "0.1.0"
__author__ = "Scientific Surfing Team"
__email__ = "team@scientific-surfing.com"