5 lines
89 B
Python
5 lines
89 B
Python
|
|
||
|
from .keys import Private, Public
|
||
|
|
||
|
hush_pyflakes = [Private, Public]; del hush_pyflakes
|