File size: 104 Bytes
e34be6c
 
 
2fe4e9d
e34be6c
 
1
2
3
4
5
6
7
import uuid


class BaseTask:
    def _create_session_id(self) -> str:
        return str(uuid.uuid1())