diff --git a/__init__.py b/__init__.py index 273ad34..82b5aa8 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -from .test import * \ No newline at end of file +from .xl import * \ No newline at end of file diff --git a/test/__init__.py b/test/__init__.py deleted file mode 100644 index 57bff95..0000000 --- a/test/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from .main import test \ No newline at end of file diff --git a/test/main.py b/test/main.py deleted file mode 100644 index 90ce4c4..0000000 --- a/test/main.py +++ /dev/null @@ -1,2 +0,0 @@ -def test(): - print("hello world") \ No newline at end of file