Skip to content

Instantly share code, notes, and snippets.

@a-zen
Created September 26, 2015 08:46
Show Gist options
  • Save a-zen/82346a4a57f94ba662c5 to your computer and use it in GitHub Desktop.
Save a-zen/82346a4a57f94ba662c5 to your computer and use it in GitHub Desktop.
python-aqbanking usage
:\ python3
Python 3.4.3 (default, Jul 28 2015, 18:20:59)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import aqbanking
>>> dir(aqbanking)
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__']
>>> aqbanking.hello()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'hello'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment