File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments