4 lines
73 B
Python
4 lines
73 B
Python
from .courses import *
|
|
|
|
DATABASES = course_db_for('HarvardX/CS50x/2012')
|
from .courses import *
|
|
|
|
DATABASES = course_db_for('HarvardX/CS50x/2012')
|