diff --git a/kibot/__init__.py b/kibot/__init__.py index e69de29b..94b1ae1b 100644 --- a/kibot/__init__.py +++ b/kibot/__init__.py @@ -0,0 +1 @@ +# This file indicates this directory is a Python package diff --git a/kibot/bom/__init__.py b/kibot/bom/__init__.py new file mode 100644 index 00000000..94b1ae1b --- /dev/null +++ b/kibot/bom/__init__.py @@ -0,0 +1 @@ +# This file indicates this directory is a Python package diff --git a/kibot/kicad/__init__.py b/kibot/kicad/__init__.py new file mode 100644 index 00000000..94b1ae1b --- /dev/null +++ b/kibot/kicad/__init__.py @@ -0,0 +1 @@ +# This file indicates this directory is a Python package