mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
8 lines
128 B
Python
8 lines
128 B
Python
from .app import koreapp
|
|
|
|
def kore_parent_configure(args):
|
|
koreapp.configure(args)
|
|
|
|
def kore_worker_configure():
|
|
return
|