diff options
Diffstat (limited to 'arthur/__main__.py')
| -rw-r--r-- | arthur/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/__main__.py b/arthur/__main__.py index bc09f09..d5cfffd 100644 --- a/arthur/__main__.py +++ b/arthur/__main__.py @@ -1,4 +1,5 @@ """Entrypoint for King Arthur.""" + import asyncio import aiohttp |