Files
2025-07-02 19:50:53 -03:00

5 lines
116 B
Python

import os
COURSE_TABLE: str = os.environ.get('COURSE_TABLE') # type: ignore
API_URL = 'https://eduseg.com.br/api'