mirror of
https://github.com/polhenarejos/pico-openpgp.git
synced 2026-08-31 09:03:28 +01:00
6 lines
85 B
Python
6 lines
85 B
Python
import sys
|
|
from pathlib import Path
|
|
|
|
|
|
sys.path.insert(0, str(Path(__file__).parent))
|