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

@@ -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 *