Files
mxpic_forge/mxpic/__init__.py
T
root d7c19ed782
Build and Release mxPIC Wheels / Build on ubuntu-latest (release) Failing after 7m8s
Build and Release mxPIC Wheels / Build on windows-latest (release) Has been cancelled
Build and Release mxPIC Wheels / Publish to GitHub Releases (release) Has been cancelled
full compile system build. 2. beam_spliter, MMI and spiral classes added
2026-05-07 17:10:00 +08:00

12 lines
271 B
Python

# 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,DC,DC_bend,DC_pX_3sg
from .routing import Route