8 lines
217 B
Python
8 lines
217 B
Python
|
# Part of Flectra See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import helpdesk_ticket
|
||
|
from . import helpdesk_team
|
||
|
from . import issue_type
|
||
|
from . import helpdesk_tag
|
||
|
from . import helpdesk_stage
|