mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-04-07 21:03:15 +00:00
6 lines
91 B
Python
6 lines
91 B
Python
# ~*~ coding: utf-8 ~*~
|
|
#
|
|
from rest_framework import serializers
|
|
from models import Asset
|
|
|