File: main.py

package info (click to toggle)
ruby-spamcheck 1.0.0%2Bgit20220819.662e6bf-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 620 kB
  • sloc: python: 828; ruby: 422; makefile: 40
file content (4 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
4
""" Entry point for spamcheck service. """
from server import server

server.serve()