__init__.py (128B)
1 from .app import koreapp
2
3 def kore_parent_configure(args):
4 koreapp.configure(args)
5
6 def kore_worker_configure():
7 return
koreKore is a web application platform for writing scalable, concurrent web based processes in C or Python. | |
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git |