You can use Pass where Python requries some code but you don’t have any for that place currently, e.g.
Category: Null
Null
There is no Null in Python. None The closest equivalent is the None object that Python programmers use to define null objects and variables. NOTE THOUGH that None it is not defined to be 0 or any other value. None in Python is an object and a FIRST-CLASS CITIZEN.