mirror of
https://github.com/veops/cmdb.git
synced 2025-11-06 23:22:47 +08:00
6 lines
68 B
Python
6 lines
68 B
Python
# -*- coding:utf-8 -*-
|
|
|
|
|
|
class CommitException(Exception):
|
|
pass
|