Skip to content

Commit f6355c3

Browse files
committed
chore: add ROOT_DIRECTORY constant
1 parent e322ae7 commit f6355c3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

openedx_authz/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
"""
2-
One-line description for README and other doc files.
2+
Open edX AuthZ provides the architecture and foundations of the authorization framework.
33
"""
44

5+
import os
6+
57
__version__ = "0.1.0"
8+
9+
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)