#!/usr/bin/env python3
import os
from django_easy_drf.main import create_all


create_all(os.getcwd())