mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 08:52:08 +02:00
4 lines
129 B
Python
4 lines
129 B
Python
# Import just the command, the rest will get imported as needed
|
|
from .command import Command, main # noqa: F401
|
|
|
|
COMMAND = None
|