Files

6 lines
69 B
Python

import re
from . import foo
from .module import A
print(re, foo, A)