Started exposing deck

This commit is contained in:
Jens Gåsemyr Magnus
2017-09-05 16:29:27 +02:00
parent 11fe32df4f
commit e1d860506a
6 changed files with 30 additions and 7 deletions

View File

@@ -54,5 +54,5 @@ def parse_deck(deck, **kwargs):
if 'actions' in kwargs:
args.append(_parse_context(kwargs['actions']))
return lib.parse_deck(*args)