lightning/pytorch_lightning/utilities/debugging.py

5 lines
75 B
Python

import pdb
import sys
class MisconfigurationException(Exception):
pass