latest pushes

This commit is contained in:
2025-07-27 18:08:05 -04:00
parent db6093011f
commit 860baa15da
4 changed files with 7 additions and 7 deletions

View File

@@ -15,8 +15,8 @@
# Contain Everything
import sys
sys.path.append("header_imports/")
sys.path.append("src/")
sys.path.append("header_imports")
sys.path.append("src/bellande_python_executable")
# Header Initialization
from header_imports_python_library import *

View File

@@ -13,8 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from bellande_python_executable.analyzer import *
from bellande_python_executable.collector import *
from bellande_python_executable.compiler import *
from bellande_python_executable.builder import *
from bellande_python_executable.utilities import *
from analyzer import *
from collector import *
from compiler import *
from builder import *
from utilities import *

0
scripts/clean_python.sh Normal file → Executable file
View File