from django.db import models
from BasicData.models import User

# Create your models here.

class AgentScolarite(User):
    pass
