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