fishyboteso/fishy/web/__init__.py

4 lines
180 B
Python
Raw Normal View History

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