mirror of
https://github.com/kennethreitz-archive/listserved-service.git
synced 2026-06-18 22:30:57 +00:00
10 lines
121 B
Python
10 lines
121 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from inbox import Inbox
|
|
|
|
inbox = Inbox()
|
|
|
|
@inbox.collate
|
|
def handle(to, sender, body):
|
|
pass
|