Autopopulate module name in cli init (#12814)

This commit is contained in:
Erick Friis
2023-11-02 23:45:38 -07:00
committed by GitHub
parent 98aff29fbd
commit 0da75b9ebd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
from chain import chain
from __module_name__.chain import chain
__all__ = ["chain"]