mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
3 lines
58 B
Python
3 lines
58 B
Python
import contextvars
|
|
|
|
user = contextvars.ContextVar("user")
|