5 lines
116 B
Python
5 lines
116 B
Python
import os
|
|
|
|
COURSE_TABLE: str = os.environ.get('COURSE_TABLE') # type: ignore
|
|
API_URL = 'https://eduseg.com.br/api'
|