mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
6 lines
146 B
Python
6 lines
146 B
Python
from . import Command
|
|
|
|
class GenProxyToken(Command):
|
|
def generate_token(self, length: int = ...): ...
|
|
def run(self, cmdargs) -> None: ...
|