diff --git a/.idea/misc.xml b/.idea/misc.xml
index 23231ce..1d3ce46 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,7 @@
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..5d7bf21
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/motion_libs.iml b/.idea/motion_libs.iml
new file mode 100644
index 0000000..d0876a7
--- /dev/null
+++ b/.idea/motion_libs.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index db7785e..77b9909 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -33,6 +33,7 @@
"ModuleVcsDetector.initialDetectionPerformed": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
+ "RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "main",
"last_opened_file_path": "C:/Users/berti_r/Python_Projects/templates/motion_libs",
"nodejs_package_manager_path": "npm",
diff --git a/dist/mfl-0.0.2-py3-none-any.whl b/dist/mfl-0.0.2-py3-none-any.whl
new file mode 100644
index 0000000..0d87f30
Binary files /dev/null and b/dist/mfl-0.0.2-py3-none-any.whl differ
diff --git a/dist/mfl-0.0.2.tar.gz b/dist/mfl-0.0.2.tar.gz
new file mode 100644
index 0000000..a5fcb97
Binary files /dev/null and b/dist/mfl-0.0.2.tar.gz differ
diff --git a/mfl.egg-info/PKG-INFO b/mfl.egg-info/PKG-INFO
index 4bf9389..e831a09 100644
--- a/mfl.egg-info/PKG-INFO
+++ b/mfl.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: mfl
-Version: 0.0.1
+Version: 0.0.2
Summary: Wraper for pyads
Author-email: RomanBerti
License-Expression: MIT
diff --git a/motion_package/__init__.py b/motion_package/__init__.py
index 1001bc2..2c187f4 100644
--- a/motion_package/__init__.py
+++ b/motion_package/__init__.py
@@ -1,2 +1,5 @@
+
+from motionFunctionsLib import plc
+from motionFunctionsLib import E_MotionFunctions
def main():
- print("package entry")
\ No newline at end of file
+ print("package entry")
diff --git a/pyproject.toml b/pyproject.toml
index 6fae4f4..59b6308 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ authors = [
{name = "RomanBerti ", email = "roman.berti09@gmail.com"}
]
description = "Wraper for pyads"
-version = "0.0.1"
+version = "0.0.2"
readme = "README.md"
requires-python = ">=3.13"
license = "MIT"