PepMiniiso/pmostools/peptools/bsconf.py

7 lines
198 B
Python

#!/usr/bin/env python3
import ttkbootstrap as ttk
#This will set the style to used for boostrap
#just change the name to what is needed for the
#the system
bbstyle = ttk.Window(themename="darkly")