11 lines
243 B
Nim
Raw Normal View History

## Main module for using nwaku as a Nimble library
##
## This module re-exports the public API for creating and managing Waku nodes
## when using nwaku as a library dependency.
import waku/api
export api
import waku/factory/waku
export waku