This website requires JavaScript.
Explore
Help
Sign In
dcosnet
/
fester
Watch
1
Star
0
Fork
You've already forked fester
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
fester
/
backend
/
metrics
/
profile_store.py
10 lines
97 B
Python
Raw
Permalink
Blame
History
PROFILES
=
[
]
def
save
(
profile
)
:
PROFILES
.
append
(
profile
)
def
all
(
)
:
return
PROFILES
Reference in New Issue
View Git Blame
Copy Permalink