Hong-Phuc Bui
2024-08-25 273021dcef9c23610790e47a109fcbf476b829ec
1
2
3
4
5
6
from mystudy.lecture import Lecture
 
 
class LecturesConvert:
    def covert(self, lectures: list[Lecture]) -> str:
        pass