pyattackforge 0.1.1__py3-none-any.whl → 0.1.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pyattackforge/__init__.py CHANGED
@@ -1,24 +1,22 @@
1
- """
2
- PyAttackForge
3
-
4
- A lightweight Python library for interacting with the AttackForge API.
5
- """
6
-
7
- """
8
- PyAttackForge is free software: you can redistribute it and/or modify
9
- it under the terms of the GNU Affero General Public License as published by
10
- the Free Software Foundation, either version 3 of the License, or
11
- (at your option) any later version.
12
-
13
- PyAttackForge is distributed in the hope that it will be useful,
14
- but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- GNU Affero General Public License for more details.
17
-
18
- You should have received a copy of the GNU Affero General Public License
19
- along with this program. If not, see <https://www.gnu.org/licenses/>.
20
- """
21
-
22
- from .client import PyAttackForgeClient
23
-
24
- __all__ = ["PyAttackForgeClient"]
1
+ """
2
+ PyAttackForge
3
+
4
+ A lightweight Python library for interacting with the AttackForge API.
5
+
6
+ PyAttackForge is free software: you can redistribute it and/or modify
7
+ it under the terms of the GNU Affero General Public License as published by
8
+ the Free Software Foundation, either version 3 of the License, or
9
+ (at your option) any later version.
10
+
11
+ PyAttackForge is distributed in the hope that it will be useful,
12
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ GNU Affero General Public License for more details.
15
+
16
+ You should have received a copy of the GNU Affero General Public License
17
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
18
+ """
19
+
20
+ from .client import PyAttackForgeClient
21
+
22
+ __all__ = ["PyAttackForgeClient"]