fishyboteso/fishy/web/__init__.py

4 lines
181 B
Python

from .urls import get_notification_page, get_terms_page
from .web import (get_session, is_subbed, _register_user, send_fish_caught,
send_notification, sub, unsub)