1. Cython compile system build. 2. License system build. 3. Auto md file generation for Sphinx build.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# mxpic/__init__.py
|
||||
|
||||
from .core.license_check import verify_license
|
||||
|
||||
# Run the check immediately upon import
|
||||
verify_license()
|
||||
|
||||
# If the check passes, the rest of the library loads
|
||||
from .components import EC_dual_layer_px3
|
||||
from .routing import Route
|
||||
|
||||
from .components.primitives import *
|
||||
Reference in New Issue
Block a user