10 lines
196 B
Python
10 lines
196 B
Python
|
"""
|
||
|
This type stub file was generated by pyright.
|
||
|
"""
|
||
|
|
||
|
import os
|
||
|
|
||
|
ref_dir = ...
|
||
|
__all__ = sorted(f[: -3] for f in os.listdir(ref_dir) if f.endswith('.py') and notf.startswith('__'))
|
||
|
__doc__ = ...
|