Added int and float (why weren't they there in the first place?)

This commit is contained in:
PhilipTrauner 2016-01-31 20:39:30 +01:00
parent f95c83be52
commit 6b2fdaa9d5

View file

@ -1,4 +1,6 @@
str = b"s"
json = b"j"
bin = b"b"
other = b"o"
other = b"o"
int = b"i"
float = b"f"