Files
jumpserver/apps/accounts/models/__init__.py
2023-02-07 13:27:44 +08:00

5 lines
102 B
Python

from .base import *
from .account import *
from .automations import *
from .gathered_account import *