basic domain class

Demo
Jan Bachmann 2024-06-02 17:35:15 +02:00 committed by Jan B
parent 9a0cb19f79
commit 54d2734692
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,8 @@
package fassade;
/*key:
ae99892d9f70db5814b5708287f3b591
*/
public class OpenWeatherMapApi {
}

View File

@ -1,6 +1,5 @@
package fassade;
public class TravelBuddyApi {
}