mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-22 05:36:54 +01:00
5 lines
72 B
Python
5 lines
72 B
Python
#-*- coding: utf-8 -*-
|
|
|
|
class EditorialModelError(Exception):
|
|
pass
|
|
|