Skip to content

Commit 6d0b58a

Browse files
committed
chore(BaseProject): Stub out scheme list
1 parent 98af3a4 commit 6d0b58a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libvcs/projects/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ class BaseProject:
4141
#: vcs app name, e.g. 'git'
4242
bin_name = ""
4343

44+
#: Stub out scheme list
45+
schemes = ()
46+
4447
def __init__(self, *, url: str, dir: StrPath, progress_callback=None, **kwargs):
4548
r"""
4649
Parameters

0 commit comments

Comments
 (0)