- 000
Description
Datatype does not still loads as a string
Expected behavior
i expected strings to load as datatypes
How to Reproduce
Get package from '...'
Then run '...'
An error occurs.
# Put your Python code snippet here.
Versions
import platform; print(platform.platform())
import sys; print("Pytho...