6 lines
67 B
Python
6 lines
67 B
Python
__all__ = ["PyZbarError"]
|
|
|
|
|
|
class PyZbarError(Exception):
|
|
pass
|