mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
4 lines
180 B
Python
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)
|