Files
ruff/resources/test/fixtures/pyflakes/__init__.py
2022-12-01 13:33:33 -05:00

6 lines
54 B
Python

import os
print(__path__)
__all__ = ["a", "b", "c"]