×4 cyclic

This commit is contained in:
Marc Beninca 2024-09-15 00:43:23 +02:00
parent 10941ad0d8
commit 844543f755
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -7,7 +7,8 @@ from urllib.parse import urlparse, urlunparse
from rwx import fs from rwx import fs
from rwx.log import stream as log from rwx.log import stream as log
from spcd import env, shell from spcd import shell
from spcd.shell import env
def add_url_path(url: str, extra_path: str) -> str: def add_url_path(url: str, extra_path: str) -> str: