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

7 lines
86 B
Python

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