initial commit
This commit is contained in:
12
pythonapp/Env/Env.py
Normal file
12
pythonapp/Env/Env.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
class Env:
|
||||
def __init__(self):
|
||||
self.pip_path = ""
|
||||
pass
|
||||
|
||||
def create(self):
|
||||
raise NotImplemented
|
||||
|
||||
def install_pkgs(self, pkgs: list, repo: str = None, extra: str = None):
|
||||
raise NotImplemented
|
||||
Reference in New Issue
Block a user