mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
4 lines
113 B
Python
4 lines
113 B
Python
from __future__ import absolute_import
|
|
import mock.mock as _mock
|
|
from mock.mock import *
|
|
__all__ = _mock.__all__
|