Skip to content

Commit

Permalink
tools.codegenerator subdirectory package part 1 (#546)
Browse files Browse the repository at this point in the history
* add `codegenerator` package
- split `tools.codegenerator` into `codegenerator` and `helpers`
- add `__init__.py`

* import stuffs from `helpers` into `codegenerator`
  • Loading branch information
junkmd authored May 21, 2024
1 parent c3a242d commit e9e620a
Show file tree
Hide file tree
Showing 3 changed files with 1,018 additions and 0 deletions.
5 changes: 5 additions & 0 deletions comtypes/tools/codegenerator/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from comtypes.tools.codegenerator.helpers import ( # noqa
name_friendly_module,
name_wrapper_module,
)
from comtypes.tools.codegenerator.codegenerator import CodeGenerator, version # noqa
Loading

0 comments on commit e9e620a

Please sign in to comment.