Create keyring.py with placeholder KeyRing object

pull/43/head
tuxxy 2017-09-18 08:32:44 -07:00
parent 423c5bde16
commit bcbf7444e9
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class KeyRing(object):
pass