Hacker News new | ask | show | jobs
by antihero 5464 days ago
It would be good if one could do something along the lines of

from legal.entities import Company

jamestech = Company(address='2711 Wyoming Road')

jamestech.register()

That would be awesome.