globocom / m3u8

Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Other
1.98k stars 464 forks source link

Inheriting from object class #325

Closed semihartan closed 10 months ago

semihartan commented 10 months ago

Why do some classes inherit from the object class? It is the first time I ever saw that. Why is it required?

AmirAli-Er commented 10 months ago

hi for this question, I've found a great documentary https://stackoverflow.com/questions/4015417/why-do-python-classes-inherit-object

semihartan commented 10 months ago

Hey thanks for your quick answer 😊

AmirAli-Er commented 10 months ago

your welcome🙂