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'