mirror of
https://github.com/r4sas/PBinCLI
synced 2025-02-03 18:34:39 +00:00
8 lines
195 B
Python
8 lines
195 B
Python
"""Action functions for argparser"""
|
|
import pbincli.sjcl_gcm
|
|
import pbincli.actions
|
|
from pbincli.utils import PBinCLIException, check_readable, check_writable
|
|
|
|
def send(args):
|
|
print("Meow!")
|