from src.interface.maven_project import MavenProjectInterface


class MavenLib(MavenProjectInterface):
    pass
