Initial commit

This commit is contained in:
pacnpal
2024-11-19 01:21:25 -05:00
commit ec39193430
6 changed files with 530 additions and 0 deletions

5
pip_add/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .cli import main
from .utils import find_requirements, add_to_requirements
__version__ = "0.1.0"
__all__ = ['main', 'find_requirements', 'add_to_requirements']