source: trunk/src/test/java/omq/test/python/Calculator.java @ 81

Last change on this file since 81 was 81, checked in by stoda, 11 years ago

Python client test added

File size: 183 bytes
Line 
1package omq.test.python;
2
3import omq.Remote;
4
5public interface Calculator extends Remote {
6        public void fibonacci(int x);
7
8        public int add(int x, int y);
9       
10        public double getPi();
11
12}
Note: See TracBrowser for help on using the repository browser.