Document temporary program_enrollments API to edx-enterprise (#21605)

See https://github.com/edx/edx-platform/pull/21511#pullrequestreview-285556560
for more context.
This commit is contained in:
Kyle McCormick
2019-09-09 13:12:31 -04:00
committed by GitHub
parent dbc36a3241
commit 52be01a577

View File

@@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
"""
ProgramEnrollment internal api.
ProgramEnrollment internal API intended for Enterprise API.
The Enterprise API currently depends on this module being present with these
functions, as implemented in ./utils.py. This module will be refactored
away in https://openedx.atlassian.net/browse/ENT-2294
"""
from __future__ import absolute_import, unicode_literals