3 lines
84 B
Python
3 lines
84 B
Python
from uuid import UUID
|
|
|
|
FIXED_USER_ID = UUID("00000000-0000-0000-0000-000000000001")
|