Skip to content

Commit 3485656

Browse files
committed
added __init__.py file for formatos directory
Signed-off-by: UTKARSH KUMAR <[email protected]>
1 parent 2a223ee commit 3485656

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

formatos/__init__.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/usr/bin/python
2+
# -*- coding: utf8 -*-
3+
# This program is free software; you can redistribute it and/or modify
4+
# it under the terms of the GNU Lesser General Public License as published by the
5+
# Free Software Foundation; either version 3, or (at your option) any later
6+
# version.
7+
#
8+
# This program is distributed in the hope that it will be useful, but
9+
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY
10+
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
11+
# for more details.
12+
13+
"""Módulo para acceder a web services de la afip
14+
"""
15+
__author__ = "Mariano Reingart ([email protected])"
16+
__copyright__ = "Copyright (C) 2008-2021 Mariano Reingart"
17+
__license__ = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)