class class_name: def __init__(self): # class variables(can be used all over the class) pass first_class = class_name() # creating the class