From 0b1097ce3582fc514cefc747344e4f2c33401f96 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 1 Jul 2023 10:19:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92useless?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/build.py b/build.py index 4ca179b..401f51f 100755 --- a/build.py +++ b/build.py @@ -3,36 +3,13 @@ import os import subprocess +import rwx.io + def run(*args): subprocess.call(args) -def link(active:str, id:str, text:str)->str: - items = ['{text}') - return str().join(items) - - -def nav(active:str=None)->str: - return f'''\ - -''' - def main(): style = 'css' script = 'js'