diff options
Diffstat (limited to 'klippy/kinematics/__init__.py')
-rw-r--r-- | klippy/kinematics/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/klippy/kinematics/__init__.py b/klippy/kinematics/__init__.py new file mode 100644 index 00000000..09f968af --- /dev/null +++ b/klippy/kinematics/__init__.py @@ -0,0 +1,5 @@ +# Package definition for the kinematics directory +# +# Copyright (C) 2018 Kevin O'Connor <kevin@koconnor.net> +# +# This file may be distributed under the terms of the GNU GPLv3 license. |