Archived
1
0
This commit is contained in:
Jeff Becker
2016-11-04 08:45:06 -04:00
parent a7e33a9f10
commit 7f25dcf95c
14 changed files with 86 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
#!/usr/bin/env python3
#
# entry point for c++ frontend
#
from nntpchan import message
from nntpchan import db
import logging

View File

@@ -1 +1,6 @@
#
# entry for gunicorn
#
from nntpchan.app import app
from nntpchan import viewsp