7 lines
126 B
Python
7 lines
126 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
from dash.dependencies import Input, Output
|
|
from recopytex.dashboard.app import app
|
|
|