init commit

This commit is contained in:
Andreas Stephanides
2017-01-14 12:23:04 +01:00
commit 8955bf17f5
32 changed files with 1555 additions and 0 deletions

15
compiler/__init__.py Normal file
View File

@@ -0,0 +1,15 @@
#from mprocess import do_process, process_urllist
#from compiler import do_compile
#from mworker import run_fetch, run_process, run_compile
# include models for final objects
from src.models import Article
# starting workers
from mworker import start_workers
from models import add_url, CrawlUrl
#start_workers(1,1,1)
from fetching import announce_articleid