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