diff --git a/atomstrom.py b/atomstrom.py index 50166ef..c5074d9 100755 --- a/atomstrom.py +++ b/atomstrom.py @@ -1,5 +1,7 @@ #!/usr/bin/env python +# TODO: comments and documentation + from models import Base, Feed, Feedinfo, Entry from sqlalchemy import create_engine, desc, func