from django.contrib import admin

# Register your models here.
from app.models import TP
admin.site.register(TP)