lightning/pytorch_lightning/utils/debugging.py

5 lines
80 B
Python

import pdb
import sys
class IncompatibleArgumentsException(Exception):
pass