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