Skip to content

Commit 84ec354

Browse files
committed
Se documenta y estandariza código con el nuevo formato, se incluye pyproyect
1 parent 55c8baf commit 84ec354

50 files changed

Lines changed: 1915 additions & 1150 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

contafi/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616
# (LGPL) junto a este programa. En caso contrario, consulte
1717
# <http://www.gnu.org/licenses/lgpl.html>.
1818
#
19+
"""
20+
ContaFi package initialization.
21+
22+
This package provides modules for accessing and managing the ContaFi API,
23+
including authentication, endpoints for invoices, payroll, and contributors.
24+
"""

0 commit comments

Comments
 (0)