mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
Also, I added a test on that scenario using the skeleton for "alembic" as an example.
6 lines
48 B
Python
6 lines
48 B
Python
import sys
|
|
|
|
import alembic
|
|
|
|
print(alembic, sys)
|