1
0
mirror of https://github.com/1C-Company/docker_fresh.git synced 2025-01-24 03:16:39 +02:00

10 lines
161 B
Python
Raw Normal View History

2020-04-05 16:06:36 +03:00
class New():
name = ''
2020-04-05 18:07:02 +03:00
commands_before = []
commands_after = []
2020-04-05 16:06:36 +03:00
def __init__(self):
self.name = 'db'
2020-04-05 18:07:02 +03:00
self.commands_before = []