diff options
Diffstat (limited to 'minishell_test/test/__init__.py')
| -rw-r--r-- | minishell_test/test/__init__.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/minishell_test/test/__init__.py b/minishell_test/test/__init__.py new file mode 100644 index 0000000..cf9949f --- /dev/null +++ b/minishell_test/test/__init__.py @@ -0,0 +1,13 @@ +# ############################################################################ # +# # +# ::: :::::::: # +# __init__.py :+: :+: :+: # +# +:+ +:+ +:+ # +# By: charles <me@cacharle.xyz> +#+ +:+ +#+ # +# +#+#+#+#+#+ +#+ # +# Created: 2020/09/11 12:18:14 by charles #+# #+# # +# Updated: 2020/09/11 20:18:10 by charles ### ########.fr # +# # +# ############################################################################ # + +from test.test import Test # noqa: F401 |
