You've already forked homehub
6 lines
161 B
Python
6 lines
161 B
Python
# -*- coding: utf-8 -*-
|
|
import os
|
|
|
|
CONTEXT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
|
FRONTEND_DIR = os.path.join(os.getcwd(), 'frontend')
|