Update __init__.py

Edited to add datetime to init. This will help us with module discovery
This commit is contained in:
Rohit Rawat 2020-04-03 20:11:57 -06:00 committed by GitHub
parent a2fe8dd704
commit f33c019c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,4 +49,5 @@ __all__ = [
"Union", "Union",
"Context", "Context",
"ResolveInfo", "ResolveInfo",
"datetime",
] ]