first commit
This commit is contained in:
9
header_imports.py
Normal file
9
header_imports.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Contain Everything
|
||||
import sys
|
||||
sys.path.append("header_imports/")
|
||||
|
||||
# Header Initialization
|
||||
from header_imports_python_library import *
|
||||
|
||||
# Header Initialization
|
||||
from header_imports_initialization import *
|
Reference in New Issue
Block a user