This website works better with JavaScript
Home
Explore
Help
Register
Sign In
GlobalCube
/
Reisacher-Forderung
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ba4f1437b4
Branches
Tags
main
Reisacher-Forde...
/
main.py
main.py
94 B
History
Raw
1
2
3
4
5
6
def main():
print("Hello from appsmith-nachbau!")
if __name__ == "__main__":
main()