best-doctor / Mario

Shaping your business logic in Python
MIT License
17 stars 2 forks source link

Add more allowed types #25

Closed mcproger closed 4 years ago

mcproger commented 4 years ago

I suggest using this task for all cases of adding new types.

mcproger commented 4 years ago

At this time I want to add NamedTuple and datetime.date

Melevir commented 4 years ago

Enums should be allowed too.