Adds several portal views to consult all the positions of a structure, and their details.
7 lines
202 B
Python
7 lines
202 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import portal_my_structures
|
|
from . import portal_structure_profile
|
|
from . import portal_my_positions
|
|
from . import portal_position_profile
|
|
from . import portal_my_account |