6 lines
109 B
Python
6 lines
109 B
Python
|
"""Run a development shell."""
|
||
|
|
||
|
from xppl.app import create_app
|
||
|
|
||
|
app = create_app('xppl.config.Development')
|