9 lines
292 B
Python
9 lines
292 B
Python
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
#
|
|
# SMS Retry Module
|
|
# Copyright (C) 2024 Expert Co. Ltd. (<http://exp-sa.com>).
|
|
#
|
|
##############################################################################
|
|
from . import models
|