import factory
from apps.accounts.models import User
from faker import Faker
from datetime import datetime

faker = Faker()

class User:
    pass