bazarr/libs/auditok/exceptions.py

10 lines
117 B
Python
Raw Normal View History

"""
November 2015
@author: Amine SEHILI <amine.sehili@gmail.com>
"""
class DuplicateArgument(Exception):
pass