mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
I've split everything in different concepts (groups, login, products and delivery) so that it's easier to find what we're looking for (the __init__.py file was really too big).
3 lines
58 B
Python
3 lines
58 B
Python
import contextvars
|
|
|
|
user = contextvars.ContextVar("user")
|