1
0
mirror of https://github.com/1C-Company/docker_fresh.git synced 2025-01-22 03:08:59 +02:00

10 lines
192 B
Python
Raw Normal View History

2020-04-05 18:08:45 +03:00
import modules.helper as helper
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 = []