File size: 68 Bytes
d8d14f1
 
 
 
 
1
2
3
4
5
6
import uuid


def generate_swarm_id():
    return str(uuid.uuid4())