Skip to content

Commit

Permalink
fix: add more imports in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Aug 17, 2023
1 parent d59e546 commit 92937d0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion openfoodfacts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
from .api import API
from .dataset import ProductDataset, get_dataset
from .ocr import OCRResult
from .types import APIConfig, APIVersion, Country, DatasetType, Environment, Flavor
from .types import (
APIConfig,
APIVersion,
Country,
DatasetType,
Environment,
Flavor,
Lang,
)

__all__ = [
"API",
Expand All @@ -11,6 +19,7 @@
"DatasetType",
"Flavor",
"Environment",
"Lang",
"OCRResult",
"ProductDataset",
"get_dataset",
Expand Down

0 comments on commit 92937d0

Please sign in to comment.