mirror of
https://github.com/jointakahe/takahe.git
synced 2025-02-16 23:55:14 +00:00
7 lines
114 B
Python
7 lines
114 B
Python
from core.config import Config
|
|
|
|
|
|
def config_context(request):
|
|
return {
|
|
"config": Config.load(),
|
|
}
|