latest pushes
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
# Contain Everything
|
# Contain Everything
|
||||||
import sys
|
import sys
|
||||||
sys.path.append("header_imports/")
|
sys.path.append("header_imports")
|
||||||
sys.path.append("src/")
|
sys.path.append("src/bellande_python_executable")
|
||||||
|
|
||||||
# Header Initialization
|
# Header Initialization
|
||||||
from header_imports_python_library import *
|
from header_imports_python_library import *
|
||||||
|
Binary file not shown.
@@ -13,8 +13,8 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from bellande_python_executable.analyzer import *
|
from analyzer import *
|
||||||
from bellande_python_executable.collector import *
|
from collector import *
|
||||||
from bellande_python_executable.compiler import *
|
from compiler import *
|
||||||
from bellande_python_executable.builder import *
|
from builder import *
|
||||||
from bellande_python_executable.utilities import *
|
from utilities import *
|
||||||
|
0
scripts/clean_python.sh
Normal file → Executable file
0
scripts/clean_python.sh
Normal file → Executable file
Reference in New Issue
Block a user