mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 23:53:48 +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)
|