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