from django.contrib import admin

from models import Timer

admin.site.register(Timer)
# Register your models here.