first commit: running at working
This commit is contained in:
10
enteletaor_lib/__init__.py
Normal file
10
enteletaor_lib/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# Run Boot loader
|
||||
# --------------------------------------------------------------------------
|
||||
if __package__ == "enteletaor_lib":
|
||||
|
||||
from .libs.core.bootloader import boot_loader
|
||||
|
||||
boot_loader()
|
||||
Reference in New Issue
Block a user