📦 cursor builder package renamed applbuild -> src

This commit is contained in:
ful1e5 2021-08-13 14:41:26 +05:30
parent db1357fdc7
commit 8e70c271ce
7 changed files with 3 additions and 8 deletions

View file

@ -4,8 +4,8 @@
import argparse
from pathlib import Path
from applbuild.configure import get_config
from applbuild.generator import build, wbuild, xbuild
from src.configure import get_config
from src.generator import build, wbuild, xbuild
parser = argparse.ArgumentParser(
prog="apple_builder",