first feature complete version

This commit is contained in:
Ronald Schaten 2013-04-16 19:47:56 +02:00
parent b6d1e705f0
commit 57da07a193

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# TODO: comments and documentation
from models import Base, Feed, Feedinfo, Entry from models import Base, Feed, Feedinfo, Entry
from sqlalchemy import create_engine, desc, func from sqlalchemy import create_engine, desc, func