Skip to content

Commit

Permalink
Merge pull request #8 from ppizarror/multi-dict-support
Browse files Browse the repository at this point in the history
Multi dict support
  • Loading branch information
ppizarror committed Oct 19, 2021
2 parents 8aa8c55 + 0f1326c commit b47dabe
Show file tree
Hide file tree
Showing 10 changed files with 584 additions and 326 deletions.
2 changes: 1 addition & 1 deletion PyMultiDictionary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

try:
from PyMultiDictionary._dictionary import MultiDictionary
from PyMultiDictionary._dictionary import *
except ModuleNotFoundError:
pass
import PyMultiDictionary.version
Expand Down
Loading

0 comments on commit b47dabe

Please sign in to comment.