9 lines
130 B
Python
9 lines
130 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class DocumentException(Exception):
|
|
"""
|
|
Base documents warning
|
|
"""
|
|
pass
|