Skip to content

Commit

Permalink
Merge pull request #210 from Bapt5/master
Browse files Browse the repository at this point in the history
Add ent 94
  • Loading branch information
Bapt5 authored Jan 30, 2023
2 parents aab7571 + 0070d96 commit f899b7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions pronotepy/ent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
enc_hauts_de_seine,
ent2d_bordeaux,
ent77,
ent_94,
ent_auvergnerhonealpe,
ent_creuse,
ent_elyco,
Expand Down
6 changes: 6 additions & 0 deletions pronotepy/ent/ent.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@

"""Open ENT NG with EduConnect"""

ent_94 = partial(
_open_ent_ng_edu,
domain="https://ent94.opendigitaleducation.com",
providerId="urn:fi:ent:prod-cd94-edu:1.0",
)

ent_hdf = partial(_open_ent_ng_edu, domain="https://enthdf.fr")

ent_somme = ent_hdf
Expand Down

0 comments on commit f899b7c

Please sign in to comment.