latest pushes
This commit is contained in:
@@ -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 *
|
||||
|
Binary file not shown.
@@ -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
0
scripts/clean_python.sh
Normal file → Executable file
Reference in New Issue
Block a user