fishyboteso/fishy/web/__init__.py

4 lines
181 B
Python
Raw Normal View History

from .urls import get_notification_page, get_terms_page
from .web import (get_session, is_subbed, _register_user, send_fish_caught,
2021-05-09 07:05:51 +00:00
send_notification, sub, unsub)