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 b55d15b commit 3bb6b39Copy full SHA for 3bb6b39
src/axiomatic/magic.py
@@ -12,6 +12,8 @@ class AXMagic:
12
"""Class implementing magic functions for IPython.
13
Import with `%load_ext axiomatic.magic`."""
14
15
+ api_key: str
16
+
17
def __init__(self, api_key: str = os.getenv("AXIOMATIC_API_KEY")):
18
self.folder = platformdirs.user_config_dir("axiomatic")
19
0 commit comments