6 lines
135 B
Python
6 lines
135 B
Python
from config.dtype import ArchMgrConfig
|
|
|
|
|
|
def pull(config: ArchMgrConfig, rebase: bool = False, apply: bool = False):
|
|
print("pull")
|