save all the course json date to database
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
class Attachment:
|
||||
id: None
|
||||
course_id: None
|
||||
name: ""
|
||||
content: ""
|
||||
url: ""
|
||||
|
||||
def __init__(self, attachment_id, course_id, name, content, url):
|
||||
self.id = attachment_id
|
||||
self.course_id = course_id
|
||||
|
||||
Reference in New Issue
Block a user