moved widgets into own folder
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from bokeh.models import CheckboxGroup
|
||||
|
||||
from .buki import Object
|
||||
from .utils import adjust_margin
|
||||
from ..buki import Object
|
||||
from ..utils import adjust_margin
|
||||
|
||||
|
||||
class Checkbox(Object):
|
Reference in New Issue
Block a user