Added __init__.py

This commit is contained in:
Csaba 2024-02-19 09:51:28 +01:00
parent 3837f968aa
commit 6754c76c05
2 changed files with 2 additions and 0 deletions

1
amarillo/__init__.py Normal file
View file

@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View file

@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)