I've been reading this tutorial about Spark and I've found this code snippet
spark:SparkSession = SparkSession.builder.master("local[1]").appName("Another_app.com").getOrCreate()
i don´t understand why the variable name has two dots on it. Is this some kind of typing on Python I've never worked before?