diff options
Diffstat (limited to 'arthur/bot.py')
-rw-r--r-- | arthur/bot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/bot.py b/arthur/bot.py index 9ce39ba..4d56df2 100644 --- a/arthur/bot.py +++ b/arthur/bot.py @@ -1,4 +1,5 @@ """Module containing the core bot base for King Arthur.""" + from pathlib import Path from typing import Any |