from StorageLayer import BranchDAO

import SCM.ChangeSet

class Branch(BranchDAO):
    pass ## no real program logic here
