refactor: builder module renamed to src

This commit is contained in:
ful1e5
2021-11-12 10:41:49 +05:30
parent 377bc9fe29
commit cb80d2d154
8 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
import argparse
from pathlib import Path
from bxbuild.configure import get_config # type: ignore
from bxbuild.generator import Info, build, wbuild, xbuild # type: ignore
from src.configure import get_config
from src.generator import Info, build, wbuild, xbuild
parser = argparse.ArgumentParser(
prog="breezex_builder",