freeleaps-ops/venv/lib/python3.12/site-packages/lazy_model/nao.py

7 lines
86 B
Python
Raw Normal View History

class NotAnObject:
def __repr__(self):
return "NAO"
NAO = NotAnObject()