3
# Load modules from $CHARM_DIR/lib
7
from charms.layer.basic import bootstrap_charm_deps
11
# This will load and run the appropriate @hook and other decorated
12
# handlers from $CHARM_DIR/reactive, $CHARM_DIR/hooks/reactive,
13
# and $CHARM_DIR/hooks/relations.
15
# See https://jujucharms.com/docs/stable/authors-charm-building
16
# for more information on this pattern.
17
from charms.reactive import main