7 lines
98 B
Python
Executable file
7 lines
98 B
Python
Executable file
# from masonite.environment import env
|
|
|
|
|
|
DRIVERS = {
|
|
"default": "cookie",
|
|
"cookie": {},
|
|
}
|