tangled
alpha
login
or
join now
hailey.at
/
followgraph
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
followgraph
/
main.py
at
main
6 lines
89 B
view raw
wrap content
1
def
main
(
)
:
2
print
(
"
Hello from followgrpah!
"
)
3
4
5
if
__name__
==
"
__main__
"
:
6
main
(
)