Source code for miniworld.util.Nothing

__author__ = "Nils Schmidt"

[docs]class Nothing(object): pass
nothing = Nothing()