This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
yubi-lock/yubi_lock/api/__init__.py

4 lines
74 B
Python
Raw Permalink Normal View History

2016-05-19 19:56:30 +01:00
import os
BASE_DIR = os.path.dirname(os.path.realpath(__file__)) + "/.."