Files
fachschaften/compiler/__init__.py
Andreas Stephanides 96cc97a13f bot upgrade 1
2017-01-14 14:22:17 +01:00

17 lines
382 B
Python

#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
import controller