add courses

This commit is contained in:
2025-07-02 19:50:53 -03:00
parent 8901f44ca3
commit 9b927bdbcd
14 changed files with 1413 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import os
COURSE_TABLE: str = os.environ.get('COURSE_TABLE') # type: ignore
API_URL = 'https://eduseg.com.br/api'