Telethon/telethon/default.py

6 lines
149 B
Python
Raw Normal View History

"""
Sentinel module to signify that a parameter should use its default value.
Useful when the default value or ``None`` are both valid options.
"""