1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2025-09-03 07:21:37 +02:00

Update script

This commit is contained in:
Marc 2018-12-24 10:32:19 +01:00
parent 7696de898d
commit 6fb7e7bc78
4 changed files with 4 additions and 20 deletions

View file

@ -1,7 +1,4 @@
class Country:
name = None
ambits = []
def __init__(self, name):
self.name = name
self.ambits = []