From 80677f39eecce711874b16261a2268c857f76bc4 Mon Sep 17 00:00:00 2001 From: Nisarg Shah Date: Fri, 24 Apr 2020 20:03:08 -0700 Subject: [PATCH] init file for a new folder for OSS (#1337) Summary: Pull Request resolved: https://github.com/facebookresearch/pytext/pull/1337 "Normal" python needs the __init__.py file per folder for it to be a python package. Reviewed By: mwu1993 Differential Revision: D21242499 fbshipit-source-id: 159d72ab0b0341bee5e66ff2857a6ad267d941b9 --- pytext/torchscript/seq2seq/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pytext/torchscript/seq2seq/__init__.py diff --git a/pytext/torchscript/seq2seq/__init__.py b/pytext/torchscript/seq2seq/__init__.py new file mode 100644 index 000000000..e69de29bb