This commit is contained in:
5
gitignore_generator/cli/__init__.py
Normal file
5
gitignore_generator/cli/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
"""CLI package for gitignore-generator."""
|
||||||
|
|
||||||
|
from gitignore_generator.cli.commands import main
|
||||||
|
|
||||||
|
__all__ = ["main"]
|
||||||
Reference in New Issue
Block a user