Right now, the Address constructor is not very usable as it takes a phash as input. Perhaps we can check the input argument length and delegate to from_string or from_hex. This should not be recommended for production code, but could be useful (and more pythonic) for quick scripts.
What do you think, @slezica?