File: main.py

package info (click to toggle)
ruby-spamcheck 1.10.1-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid, trixie
  • size: 668 kB
  • sloc: python: 1,261; ruby: 484; makefile: 54; sh: 13
file content (6 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python

""" Entry point for spamcheck service. """
from server import server

server.serve()