diff --git "a/\331\206\331\205\330\247\333\214\330\264 \330\262\331\206\330\257\331\207 \331\205\330\247\331\207 \331\210 \331\205\330\257\330\247\330\261 \330\242\331\206 \331\206\330\263\330\250\330\252 \330\250\331\207 \330\262\331\205\333\214\331\206" "b/\331\206\331\205\330\247\333\214\330\264 \330\262\331\206\330\257\331\207 \331\205\330\247\331\207 \331\210 \331\205\330\257\330\247\330\261 \330\242\331\206 \331\206\330\263\330\250\330\252 \330\250\331\207 \330\262\331\205\333\214\331\206" new file mode 100644 index 0000000..5516f18 --- /dev/null +++ "b/\331\206\331\205\330\247\333\214\330\264 \330\262\331\206\330\257\331\207 \331\205\330\247\331\207 \331\210 \331\205\330\257\330\247\330\261 \330\242\331\206 \331\206\330\263\330\250\330\252 \330\250\331\207 \330\262\331\205\333\214\331\206" @@ -0,0 +1,10 @@ +from libtad import AstrodataService +from libtad.datatypes.places import Coordinates, LocationId +from libtad.datatypes.time import TADDateTime +from libtad.datatypes.astro import AstronomyObjectType + +coordinates = Coordinates(59.743, 10.204) +place = LocationId(coordinates) +date = TADDateTime(2020, 11, 26) +service = AstrodataService("accessKey", "secretKey") +