6 lines
76 B
Python
6 lines
76 B
Python
from core import load_app
|
|
|
|
|
|
def deploy(config):
|
|
return load_app(config)
|