Skip to content

Instantly share code, notes, and snippets.

@Mrngilles
Last active January 11, 2019 21:36
Show Gist options
  • Save Mrngilles/cae842d04c56c108697ce7014652461b to your computer and use it in GitHub Desktop.
Save Mrngilles/cae842d04c56c108697ce7014652461b to your computer and use it in GitHub Desktop.
@new_system_creation
def systems_creation(system_name):
"""System to create new systems"""
file_name = "system-" + system_name + ".py"
create_new_file(file_name)
write_system_trigger_as_decorator()
write_system_as_function(function_name=system_name)
upload_as_gist(file_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment