mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 05:02:17 +00:00
5 lines
85 B
Python
5 lines
85 B
Python
print "IMPORTING minimal_ext"
|
|
import minimal_ext
|
|
print "DONE IMPORTING minimal_ext"
|
|
|