7 lines
108 B
Python
7 lines
108 B
Python
import horizon
|
|
|
|
from panel import WinDC
|
|
|
|
project = horizon.get_dashboard('project')
|
|
project.register(WinDC)
|