# Copyright 2014 Facundo Batista, Nicolás Demarchi
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation.
#
"Extended class from EnvBuilder to create a venv using a uuid4 id."


class FooClass():
    """Create always a virtualenv."""
    def foo(self):
        pass
