|
|
@ -2,7 +2,7 @@
|
|
|
|
This package contains tools used across the various modules, these tools actually "do the work"
|
|
|
|
This package contains tools used across the various modules, these tools actually "do the work"
|
|
|
|
We intend to have these tools be Object-Oriented by design so as to not run into any concurrency issues
|
|
|
|
We intend to have these tools be Object-Oriented by design so as to not run into any concurrency issues
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
from . import file, document, common
|
|
|
|
from . import file, document
|
|
|
|
from healthcareio import x12
|
|
|
|
from healthcareio import x12
|
|
|
|
from multiprocessing import Process
|
|
|
|
from multiprocessing import Process
|
|
|
|
# class X12Engine(Process):
|
|
|
|
# class X12Engine(Process):
|
|
|
|