mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
11 lines
133 B
Python
11 lines
133 B
Python
from __future__ import with_statement
|
|
|
|
import datetime
|
|
import sys
|
|
|
|
import foo
|
|
from bar import *
|
|
|
|
sys.path
|
|
datetime.datetime
|
|
foo.bar() |