From 904a033ae738e1c351f8fef71e2ec2418fc4db3d Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Feb 2021 12:27:32 +0100 Subject: Renaming src -> minishell_test for package name, Renaming main.py -> __main__.py for package execution with python -m --- src/suite/__init__.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/suite/__init__.py (limited to 'src/suite/__init__.py') diff --git a/src/suite/__init__.py b/src/suite/__init__.py deleted file mode 100644 index 6f7f321..0000000 --- a/src/suite/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -from suite.suite import Suite # noqa: F401 -from suite.decorator import suite # noqa: F401 -- cgit