Skip to content

Commit

Permalink
Bugfixing
Browse files Browse the repository at this point in the history
Bugfixing functions
  • Loading branch information
jschibberges committed Nov 12, 2022
1 parent d5933b3 commit ec1859e
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 180 deletions.
2 changes: 1 addition & 1 deletion bundestag_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Python wrapper for the official Bundestag API
"""

from .bta_wrapper import BTA_Connection, Person, Role, Drucksache, \
from .bta_wrapper import btaConnection, Person, Role, Drucksache, \
Aktivitaet, Vorgang, Vorgangsposition, Plenarprotokoll
Loading

0 comments on commit ec1859e

Please sign in to comment.