Marked sub-packages using __init__.py

Also documented the purpose of these files.
This commit is contained in:
SET 2020-08-18 12:08:52 -03:00
parent a260ccab1f
commit 820efd211c
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
# This file indicates this directory is a Python package

1
kibot/bom/__init__.py Normal file
View File

@ -0,0 +1 @@
# This file indicates this directory is a Python package

1
kibot/kicad/__init__.py Normal file
View File

@ -0,0 +1 @@
# This file indicates this directory is a Python package