Files
odoo-stubs/odoo-stubs/cli/genproxytoken.pyi
Trinh Anh Ngoc aac32281f9 Update stubs
2023-05-17 14:45:00 +07:00

6 lines
146 B
Python

from . import Command
class GenProxyToken(Command):
def generate_token(self, length: int = ...): ...
def run(self, cmdargs) -> None: ...