design a class of bloom filter using python. please use murmurhash3 as the hash function and the bitarray as the bit array. please also provide at least one test case, i.e., checking the existence of an item in your designed bloomfilter.