DIY_GIT_in_Python/ugit/data.py

8 lines
82 B
Python

from pathlib import Path
GIT_DIR = ".ugit"
def init():
Path.mkdir(GIT_DIR)