added lib/service/ and some dummy files. need to talk about that but i think we should implement the services in pure python

This commit is contained in:
Johannes Findeisen 2013-05-30 04:45:30 +02:00
commit c03c010784
6 changed files with 25 additions and 1 deletions

View file

@ -1,3 +1,4 @@
from config import *
from core import *
from parser import *
from parser import *
from service import *