logos-messaging-nim/waku/waku_node.nim

8 lines
179 B
Nim
Raw Permalink Normal View History

import
./node/net_config,
./node/waku_switch as switch,
./node/waku_node as node,
./node/health_monitor as health_monitor
export net_config, switch, node, health_monitor