From d0de14b4b0c0e605d4c2aba7a1ec3c1a3723f8a1 Mon Sep 17 00:00:00 2001 From: "junjie.jiang" Date: Wed, 31 May 2023 16:33:10 +0800 Subject: [PATCH] Update init Signed-off-by: junjie.jiang --- __init__.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/__init__.py b/__init__.py index 37f5bd7..dd220e3 100644 --- a/__init__.py +++ b/__init__.py @@ -11,3 +11,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + + +from .deepfake import Deepfake + +def deepfake(): + return Deepfake()