1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-11-08 21:21:06 +00:00

Fix missing dependencies

This commit is contained in:
Mo 2022-05-07 16:02:07 +02:00
parent 6b0b6e587c
commit a0711f7eaf

View file

@ -1,13 +1,21 @@
#!/usr/bin/env python3
import sys
from datetime import datetime
from pathlib import Path
script_dir = Path(__file__).parent.absolute()
sys.path.insert(0, str(script_dir))
from shared import box, install_latest_pipx, local_bin, poetry_install_latest, spaced_hl
from shared import (
box,
install_latest_pipx,
local_bin,
poetry_install_latest,
run,
spaced_hl,
)
spaced_hl()