sip.py 101 B

1234567
  1. """Session Initiation Protocol."""
  2. from pypacker.layer567.http import HTTP
  3. class SIP(HTTP):
  4. pass