mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-31 11:46:16 +08:00
5 lines
104 B
Python
5 lines
104 B
Python
"""Common models"""
|
|
from apps.common.models.blacklist import BlacklistRule
|
|
|
|
__all__ = ['BlacklistRule']
|