Skip to content

Commit

Permalink
Add ApiGenerator to the __init__.py
Browse files Browse the repository at this point in the history
Valerii Mironchenko committed Oct 27, 2023
1 parent fce3d2a commit 9855634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oddrn_generator/__init__.py
Original file line number Diff line number Diff line change
@@ -59,6 +59,7 @@
BigQueryStorageGenerator,
CKANGenerator,
AzureDataFactoryGenerator,
ApiGenerator,
)

__all__ = [
@@ -122,4 +123,5 @@
"BigQueryStorageGenerator",
"CKANGenerator",
"AzureDataFactoryGenerator",
"ApiGenerator",
]

0 comments on commit 9855634

Please sign in to comment.