# `libvcs.sync.base`

Base objects / classes for projects.

Adding your own VCS / Extending libvcs can be done through subclassing `BaseSync`.

```{eval-rst}
.. automodule:: libvcs.sync.base
   :members:
   :show-inheritance:
```
