Files
mxpic_forge/mxpic/__init__.py
T
2026-05-17 11:58:41 +08:00

13 lines
292 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 grating_couplers,EC_dual_layer_px3
from .routing import Route
from .foundries import *