diff --git a/Shared/DataTypes.py b/Shared/DataTypes.py index 23ec2ae..2d1246f 100644 --- a/Shared/DataTypes.py +++ b/Shared/DataTypes.py @@ -1,4 +1,6 @@ str = b"s" json = b"j" bin = b"b" -other = b"o" \ No newline at end of file +other = b"o" +int = b"i" +float = b"f" \ No newline at end of file