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

11 lines
196 B
Python

import modules.helper as helper
class New():
name = ''
commands_before = []
commands_after = []
def __init__(self):
self.name = 'nginx'
self.commands_before = []