This website works better with JavaScript.
Home
Explore
Help
Sign In
Deuchnord
/
Ephemeris-Calculator
Watch
0
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Init main program
master
Jérôme Deuchnord
5 years ago
parent
ef5e5ad31b
commit
dc1b27dfbf
No known key found for this signature in database
GPG Key ID:
6D1B91F131F89577
1 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
main.py
+ 8
- 0
main.py
View File
@@ -0,0 +1,8 @@
import sys
import ephem
def main(argv):
print(argv)
if '__main__' == __name__:
main(sys.argv)