mirror of
https://github.com/1C-Company/docker_fresh.git
synced 2025-02-03 13:01:31 +02:00
9 lines
123 B
Python
9 lines
123 B
Python
|
|
class New():
|
|
|
|
name = ''
|
|
commands = []
|
|
|
|
def __init__(self):
|
|
self.name = 'db'
|
|
self.commands = [] |