mirror of
https://github.com/davidfraser/pyan.git
synced 2026-01-09 14:27:54 -05:00
4 lines
64 B
Python
4 lines
64 B
Python
from test_code.subpackage1.submodule1 import A
|
|
|
|
__all__ = ["A"]
|