What does the () actually do when creating an instance of a class in Python. I can create classes by
class class_A: pass
but when I try