1. Cython compile system build. 2. License system build. 3. Auto md file generation for Sphinx build.

This commit is contained in:
2026-05-07 13:51:42 +08:00
parent 15610b623c
commit dda69d5b84
129 changed files with 4458 additions and 516 deletions
+12
View File
@@ -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 *