5 lines
96 B
Python
5 lines
96 B
Python
|
class LoopDone(Exception):
|
||
|
"""Exception raised when a syncing is complete.
|
||
|
"""
|
||
|
pass
|