This website requires JavaScript.
Explore
Help
Register
Sign In
hemingtsai
/
sacn_accout_system
forked from
cxykevin/sacn_accout_system
Watch
1
Star
0
Fork
You've already forked sacn_accout_system
0
Code
Pull Requests
Activity
2230113c1d
sacn_accout_system
/
server
/
cfg.py
5 lines
82 B
Python
Raw
Blame
History
import
tomllib
with
open
(
"
config.toml
"
,
"
rb
"
)
as
f
:
config
=
tomllib
.
load
(
f
)
View Git Blame
Copy Permalink