mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-10-31 18:01:30 +01:00
5 lines
75 B
Python
5 lines
75 B
Python
import pdb
|
|
|
|
class Config(pdb.DefaultConfig):
|
|
sticky_by_default = True
|