6 lines
84 B
Python
6 lines
84 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
|
||
|
class ProjectorExceptionWarning(RuntimeWarning):
|
||
|
pass
|