#!/usr/bin/python
# -*- python -*-

import uuid
print uuid.uuid1()
