mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 17:13:35 +08:00
9 lines
117 B
Python
9 lines
117 B
Python
"""
|
|
November 2015
|
|
@author: Amine SEHILI <amine.sehili@gmail.com>
|
|
"""
|
|
|
|
class DuplicateArgument(Exception):
|
|
pass
|
|
|
|
|