We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3513d7c commit b5a6c17Copy full SHA for b5a6c17
pysmsboxnet/api.py
@@ -1,5 +1,7 @@
1
"""smsbox.net api client module."""
2
3
+from __future__ import annotations
4
+
5
import asyncio
6
7
from aiohttp import ClientSession
tests/test_api.py
"""Tests for pysmsboxnet."""
import random
import aiohttp
0 commit comments