1
0
mirror of https://github.com/1C-Company/docker_fresh.git synced 2025-02-03 13:01:31 +02:00
2020-04-05 16:06:36 +03:00

9 lines
123 B
Python

class New():
name = ''
commands = []
def __init__(self):
self.name = 'db'
self.commands = []