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