5 lines
132 B
Python
5 lines
132 B
Python
from config.defaults import CLUSTER_PEERS
|
|
from components.cluster import Cluster
|
|
|
|
cluster = Cluster(peers=CLUSTER_PEERS, port=2102)
|