1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-20 02:35:27 +00:00
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