fishyboteso/fishy/web/__init__.py
2021-05-09 09:05:51 +02:00

4 lines
180 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)