DIY_GIT_in_Python/ugit/data.py

8 lines
82 B
Python
Raw Normal View History

2024-02-10 19:09:11 +01:00
from pathlib import Path
GIT_DIR = ".ugit"
def init():
Path.mkdir(GIT_DIR)