This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
AppsPy
Watch
1
Star
1
Fork
0
Code
Issues
2
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111
Commits
2
Branches
52 MiB
JavaScript
84.7%
CSS
11.8%
HTML
2.1%
Python
0.9%
TSQL
0.4%
Tree:
a6c0913daa
main
politica
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a6c0913daa'
${ noResults }
AppsPy
/
personal_finances
/
run.py
6 lines
99 B
Raw
Blame
History
from
app
import
create_app
app
=
create_app
(
)
if
__name__
==
'
__main__
'
:
app
.
run
(
debug
=
True
)