6 lines
54 B
Python
6 lines
54 B
Python
import os
|
|
|
|
print(__path__)
|
|
|
|
__all__ = ["a", "b", "c"]
|
import os
|
|
|
|
print(__path__)
|
|
|
|
__all__ = ["a", "b", "c"]
|