We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e322ae7 commit f6355c3Copy full SHA for f6355c3
1 file changed
openedx_authz/__init__.py
@@ -1,5 +1,9 @@
1
"""
2
-One-line description for README and other doc files.
+Open edX AuthZ provides the architecture and foundations of the authorization framework.
3
4
5
+import os
6
+
7
__version__ = "0.1.0"
8
9
+ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments