"""Manage pi models in the admin interface."""
from django.contrib import admin
from pi.models import PiLog
admin.site.register(PiLog)