from django.contrib import admin
# Register your models here.
from .models import tipo_inv_movimiento
admin.site.register(tipo_inv_movimiento)