Skip to content

Commit 428923c

Browse files
committed
Add data to empty folder
1 parent eb17a92 commit 428923c

File tree

1 file changed

+5
-0
lines changed
  • infrahub_sdk/ctl/example_repo/{% if generators %}generators{% endif %}

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from infrahub_sdk.generator import InfrahubGenerator
2+
3+
class ExampleGenerator(InfrahubGenerator):
4+
async def generate(self, data: dict) -> None:
5+
pass

0 commit comments

Comments
 (0)